Skip to content

Commit

Permalink
chore: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
mvanholsteijn committed Sep 18, 2023
1 parent d238c58 commit 65b003e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/cmd/env/exec_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ func TestNewEnvironmentWithCredentials(t *testing.T) {
credentials := awssts.Credentials{
AccessKeyId: &tt.args.AccessKeyId,
SecretAccessKey: &tt.args.SecretAccessKey,
SessionToken: &tt.args.SessionToken}
SessionToken: &tt.args.SessionToken,
}

if got := NewEnvironmentWithCredentials(tt.args.env, &credentials); !reflect.DeepEqual(got, tt.want) {
t.Errorf("NewEnvironmentWithCredentials() = %v, want %v", got, tt.want)
Expand Down

0 comments on commit 65b003e

Please sign in to comment.