Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

Commit

Permalink
Use mock HTTP server in check_marking property tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
wiarlawd committed Feb 23, 2016
1 parent 471e908 commit 846281f
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -277,8 +277,9 @@ public void testValidateConfig_stickyMarkedError() {
"Workplace URL error", response);
}

public void testValidateConfigcheckMarking(String value, String expected,
private void testValidateConfigcheckMarking(String value, String expected,
String label) {
map.put("workplace_display_url", mockWorkplaceUrl);
map.put("check_marking", value);
ConfigureResponse response =
testConnectorType.validateConfig(map, Locale.US,
Expand Down

0 comments on commit 846281f

Please sign in to comment.