Skip to content

Commit cf721fb

Browse files
Travis
1 parent 63ab938 commit cf721fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/java/com/sendgrid/ClientTest.java

+1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ public void testbuildUri() {
7171
}
7272

7373
String url = uri.toString();
74+
System.out.println(url);
7475
Assert.assertEquals(url, "https://api.test.com/endpoint?test=1&test2=2");
7576
}
7677

0 commit comments

Comments
 (0)