mirror of https://github.com/knative/func.git
e2e scenarion config test errorf format fix (#2810)
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
This commit is contained in:
parent
ace7703e29
commit
69cbc75f7b
|
@ -210,7 +210,7 @@ func TestConfigEnvs(t *testing.T) {
|
||||||
}
|
}
|
||||||
if result != "" {
|
if result != "" {
|
||||||
t.Logf("Response received:\n%v", responseBody)
|
t.Logf("Response received:\n%v", responseBody)
|
||||||
return fmt.Errorf(result)
|
return fmt.Errorf("%v", result)
|
||||||
}
|
}
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue