Skip to content

Commit

Permalink
Update expected error message. (#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
jerjou authored and dpebot committed Nov 4, 2016
1 parent 08dce86 commit 5b7db1c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public class DetectLandmarkIT {
appUnderTest.identifyLandmark(PRIVATE_LANDMARK_URI, MAX_RESULTS);
fail("Expected IOException");
} catch (IOException expected) {
assertThat(expected.getMessage()).named("IOException message").contains("ACCESS_DENIED");
assertThat(expected.getMessage()).named("IOException message").contains("permission");
}
}
}

0 comments on commit 5b7db1c

Please sign in to comment.