Skip to content

Commit

Permalink
make test more like actual usage
Browse files Browse the repository at this point in the history
  • Loading branch information
janelletavares committed Jan 19, 2022
1 parent d7394e0 commit 5c13eb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/meroxa/root/environments/create_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ func TestCreateEnvironmentExecution(t *testing.T) {
c.flags.Type = "private"
c.flags.Provider = "aws"
c.flags.Region = "aws"
c.flags.Config = []string{"aws_access_key_id=my_access_key", "aws_access_secret=my_access_secret"}
c.flags.Config = []string{"aws_access_key_id=my_access_key", "aws_secret_access_key=my_access_secret"}

cfg := stringSliceToMap(c.flags.Config)

Expand Down

0 comments on commit 5c13eb4

Please sign in to comment.