Merge pull request #1550 from aledbf/e2e-4

Add e2e tests - default backend
This commit is contained in:
Manuel Alejandro de Brito Fontes 2017-10-20 19:54:00 -04:00 committed by GitHub
commit 4d6fa3e63e
1163 changed files with 289217 additions and 14195 deletions

View file

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