Skip to content

Commit

Permalink
fix provider test
Browse files Browse the repository at this point in the history
  • Loading branch information
patriot1burke committed Jan 23, 2018
1 parent 7b2e72d commit be65c14
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,8 @@ private List<Map<String, Object>> expectedAuthProviders() {
"Testsuite Dummy authenticator. Just passes through and is hardcoded to a specific user");
addProviderInfo(result, "testsuite-dummy-registration", "Testsuite Dummy Pass Thru",
"Testsuite Dummy authenticator. Just passes through and is hardcoded to a specific user");
addProviderInfo(result, "testsuite-username", "Testsuite Username Only",
"Testsuite Username authenticator. Username parameter sets username");

return result;
}
Expand Down

0 comments on commit be65c14

Please sign in to comment.