We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fee1480 commit 6708a76Copy full SHA for 6708a76
dlp/src/test/java/dlp/snippets/RedactTests.java
@@ -66,7 +66,7 @@ public void testRedactImage() {
66
RedactImageFile.redactImageFile(PROJECT_ID, "src/test/resources/test.png");
67
68
String output = bout.toString();
69
- assertThat(output, CoreMatchers.containsString("Info type: EMAIL_ADDRESS"));
+ assertThat(output, CoreMatchers.containsString("Redacted image written"));
70
}
71
72
0 commit comments