Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thoward-godaddy committed Aug 10, 2018
1 parent 964f06c commit d4f9f46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class ConfigurationTest {
+ Configuration.REGION + " = " + region;
private OktaAwsCliEnvironment environmentWithCustomPrefix =
new OktaAwsCliEnvironment(false, null, null,
null, null, null, null,
null, null, null, null, null,
0, null, "custom ", null);

/*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class CredentialsTest {
+ Credentials.SESSION_TOKEN + " = " + sessionToken;
private OktaAwsCliEnvironment environmentWithCustomSuffix =
new OktaAwsCliEnvironment(false, null, null,
null, null, null,
null, null, null, null,
null, 0, null,
null, "_custom");

Expand Down

0 comments on commit d4f9f46

Please sign in to comment.