Skip to content

Commit 08b1168

Browse files
committed
E3DC: add acceptable test error for missing credentials
Add "missing config values: username, password, key" to acceptable errors in charger template tests, matching the existing pattern in meter tests.
1 parent 3182684 commit 08b1168

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

charger/template_test.go

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,10 @@ var acceptable = []string{
3232
"eebus not configured",
3333
"context deadline exceeded",
3434
"timeout", // ocpp
35-
"must have uri and password", // Wattpilot
36-
"either identity or uuid are required", // Plugchoice
37-
"unsupported platform", // OpenWB Native
35+
"must have uri and password", // Wattpilot
36+
"either identity or uuid are required", // Plugchoice
37+
"unsupported platform", // OpenWB Native
38+
"missing config values: username, password, key", // E3DC
3839
}
3940

4041
func TestTemplates(t *testing.T) {

0 commit comments

Comments
 (0)