diff --git a/src/test/java/com/smartystreets/api/us_reverse_geo/ClientTest.java b/src/test/java/com/smartystreets/api/us_reverse_geo/ClientTest.java index 2e6f9c1..d8bff79 100644 --- a/src/test/java/com/smartystreets/api/us_reverse_geo/ClientTest.java +++ b/src/test/java/com/smartystreets/api/us_reverse_geo/ClientTest.java @@ -20,7 +20,7 @@ public void testAddressLookupSerializedAndSentWithContext() throws Exception { Lookup lookup = new Lookup(44.888888888, -111.111111111); client.send(lookup); - assertEquals("http://localhost/lookup?latitude=44.88888889&longitude=-111.11111111&source=", capturingSender.getRequest().getUrl()); + assertEquals("http://localhost/lookup?latitude=44.88888889&longitude=-111.11111111", capturingSender.getRequest().getUrl()); } //endregion