Skip to content

Commit

Permalink
Fix existing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stefansedich committed Jun 25, 2019
1 parent 6cd8793 commit f65fba3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configstack/test_helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ func canonical(t *testing.T, path string) string {
func state(t *testing.T, bucket string, key string) *remote.RemoteState {
return &remote.RemoteState{
Backend: "s3",
Enabled: true,
Config: map[string]interface{}{
"bucket": bucket,
"key": key,
Expand Down

0 comments on commit f65fba3

Please sign in to comment.