Skip to content

Commit

Permalink
Fix wrong regex found via the "new" logging
Browse files Browse the repository at this point in the history
  • Loading branch information
renner committed Sep 14, 2015
1 parent 42522a0 commit acaf0c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ public void testLoginAsyncOk() throws Exception {

@Test(expected = ExecutionException.class)
public void testLoginAsyncFailure() throws Exception {
stubFor(any(urlMatching("*."))
stubFor(any(urlMatching(".*"))
.willReturn(aResponse()
.withStatus(HttpURLConnection.HTTP_UNAUTHORIZED)));

Expand Down

0 comments on commit acaf0c7

Please sign in to comment.