Skip to content

Commit

Permalink
Updated version from 2.0.1 -> 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshunikhare25 committed Mar 9, 2023
1 parent 7e8e5af commit 890b0cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/java/io/appium/mitmproxy/MitmproxyJavaTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ static String getMITMDumpPath(){
}
@Test
public void ConstructorTest() throws InterruptedException, IOException, TimeoutException {
System.out.println();
MitmproxyJava proxy = new MitmproxyJava(MITMDUMP_PATH, (InterceptedMessage m) -> {
System.out.println(m.getRequest().getUrl());
return m;
Expand Down

0 comments on commit 890b0cb

Please sign in to comment.