Skip to content

Commit

Permalink
fis test
Browse files Browse the repository at this point in the history
  • Loading branch information
dcrissman committed Oct 7, 2016
1 parent 1e4d889 commit a4fc0c0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -175,7 +175,7 @@ public void testGetEntityVersions_NonExistentEntity() throws Exception {
@Test
public void testRequestHeader() throws Exception {
exception.expect(LightblueResponseException.class);
exception.expectMessage("RequestID:");
exception.expectMessage("RequestID");

DataFindRequest request = new DataFindRequest("fake");
request.where(Query.withValue("_id", Query.eq, "abc"));
Expand Down

0 comments on commit a4fc0c0

Please sign in to comment.