Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Christofilopoulos committed Apr 7, 2020
1 parent b0afac3 commit a65fefb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awscreds/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ func TestConvert(t *testing.T) {
"SessionToken": "token",
"AccessKeyId": "access"`,
)),
out: "export AWS_SECRET_KEY_ID='secret' AWS_ACCESS_KEY_ID='access' AWS_SESSION_TOKEN='token'",
out: "export AWS_SECRET_ACCESS_KEY='secret' AWS_ACCESS_KEY_ID='access' AWS_SESSION_TOKEN='token'",
},
}

Expand Down

0 comments on commit a65fefb

Please sign in to comment.