Skip to content

Commit

Permalink
Adapt tests for flag type change
Browse files Browse the repository at this point in the history
  • Loading branch information
DTMad authored and arthfl committed Oct 1, 2019
1 parent 152817e commit 44f93e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ protected void assertContents(Map m) throws IOException {

@Override
protected Credentials getInstance() {
return new Credentials("test-tenant", "test-apikey", "test-apiurl", false);
return new Credentials("test-tenant", "test-apikey", "test-apiurl", "false");
}

}

0 comments on commit 44f93e1

Please sign in to comment.