mirror of
https://github.com/oauth2-proxy/oauth2-proxy.git
synced 2024-11-21 17:57:04 +02:00
Rename test directory to testdata
See https://golang.org/cmd/go/#hdr-Test_packages
This commit is contained in:
parent
3d203a1a03
commit
5c62690653
@ -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
|
||||
|
||||
|
@ -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)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user