Skip to content

Commit

Permalink
Support pipe and new line in the 'No proxy host'
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan770 committed Sep 23, 2024
1 parent 2172a2a commit 990ff03
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public static Collection<Object[]> dataProvider() {
}

@Test
public void testNoProxyExtractor() {
public void createNoProxyValueTest() {
assertEquals(expectedResult, createNoProxyValue(noProxy));
}
}

0 comments on commit 990ff03

Please sign in to comment.