Skip to content

Commit

Permalink
Fix test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
andig committed Sep 12, 2020
1 parent 702f5aa commit 9058b62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions charger/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ func TestChargers(t *testing.T) {
"invalid plugin type: ...",
"mqtt not configured",
"invalid charger type: nrgkick-bluetooth",
"NRGKick bluetooth is only supported on linux",
"invalid pin:",
"connect: no route to host",
"connect: connection refused",
Expand Down
1 change: 1 addition & 0 deletions vehicle/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ func TestVehicles(t *testing.T) {
"received status code 404 (INVALID PARAMS)",
"missing personID",
"401 Unauthorized",
"unexpected length",
}

for _, tmpl := range test.ConfigTemplates("vehicle") {
Expand Down

0 comments on commit 9058b62

Please sign in to comment.