Merge pull request #1550 from aledbf/e2e-4
Add e2e tests - default backend
This commit is contained in:
commit
4d6fa3e63e
1163 changed files with 289217 additions and 14195 deletions
|
|
@ -163,7 +163,7 @@ func TestBuildAuthResponseHeaders(t *testing.T) {
|
|||
|
||||
func TestTemplateWithData(t *testing.T) {
|
||||
pwd, _ := os.Getwd()
|
||||
f, err := os.Open(path.Join(pwd, "../../../tests/data/config.json"))
|
||||
f, err := os.Open(path.Join(pwd, "../../../test/data/config.json"))
|
||||
if err != nil {
|
||||
t.Errorf("unexpected error reading json file: %v", err)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue