Skip to content

Commit

Permalink
Update ProxyUsageVerificationTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissmith-mcafee authored Dec 2, 2020
1 parent 3ba4fa3 commit c86303a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public void verifyProxyUsage() throws DxlException {
} catch (Exception e) {
System.out.println("#### " + e.getMessage());
e.printStackTrace();
assertTrue(e.getMessage().contains("Unable to connect to server: Connection refused"));
assertTrue(e.getMessage().contains("Connection refused"));
}

// Attempt to connect with the valid proxy information and do not expect an exception
Expand Down

0 comments on commit c86303a

Please sign in to comment.