1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-01-06 03:53:54 +02:00

Merge pull request #820 from johejo/fix_testdata

Rename test directory to testdata
This commit is contained in:
Joel Speed 2020-10-06 13:45:43 +01:00 committed by GitHub
commit 581c6c3259
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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)
}