Skip to content

Commit

Permalink
lower case error message in test that was failing
Browse files Browse the repository at this point in the history
  • Loading branch information
uturunku1 committed Mar 15, 2022
1 parent aedd49b commit 2519849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/backend/remote/backend_plan_test.go
Expand Up @@ -1241,7 +1241,7 @@ func TestRemote_planOtherError(t *testing.T) {
}

if !strings.Contains(err.Error(),
"The configured \"remote\" backend encountered an unexpected error:\n\nI'm a little teacup") {
"the configured \"remote\" backend encountered an unexpected error:\n\nI'm a little teacup") {
t.Fatalf("expected error message, got: %s", err.Error())
}
}

0 comments on commit 2519849

Please sign in to comment.