Skip to content

Commit

Permalink
Rename test directory to testdata
Browse files Browse the repository at this point in the history
  • Loading branch information
johejo committed Oct 6, 2020
1 parent 3d203a1 commit 5c62690
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
- [#783](https://github.com/oauth2-proxy/oauth2-proxy/pull/783) Update Go to 1.15 (@johejo)
- [#813](https://github.com/oauth2-proxy/oauth2-proxy/pull/813) Fix build (@thiagocaiubi)
- [#750](https://github.com/oauth2-proxy/oauth2-proxy/pull/750) ci: Migrate to Github Actions (@shinebayar-g)
- [#829](https://github.com/oauth2-proxy/oauth2-proxy/pull/820) Rename test directory to testdata (@johejo)

# v6.1.1

Expand Down
2 changes: 1 addition & 1 deletion oauthproxy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ func TestOpenRedirects(t *testing.T) {
t.Fatal(err)
}

file, err := os.Open("./test/openredirects.txt")
file, err := os.Open("./testdata/openredirects.txt")
if err != nil {
t.Fatal(err)
}
Expand Down
File renamed without changes.

0 comments on commit 5c62690

Please sign in to comment.