Skip to content

Commit d86eb4c

Browse files
committed
e2e scenarion config test errorf format fix
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
1 parent ace7703 commit d86eb4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/scenario_config-envs_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ func TestConfigEnvs(t *testing.T) {
210210
}
211211
if result != "" {
212212
t.Logf("Response received:\n%v", responseBody)
213-
return fmt.Errorf(result)
213+
return fmt.Errorf("%v", result)
214214
}
215215
return nil
216216
}

0 commit comments

Comments
 (0)