Skip to content

Commit 7071817

Browse files
authored
patching dlp test (GoogleCloudPlatform#829)
* patching dlp test * typo fix
1 parent 219f9ad commit 7071817

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dlp/src/test/java/com/example/dlp/MetadataIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public void testRootCategoriesAreRetrieved() throws Exception {
5353
public void testInfoTypesAreRetrieved() throws Exception {
5454
Metadata.main(new String[] {"-category", "GOVERNMENT"});
5555
String output = bout.toString();
56-
assertTrue(output.contains("AUSTRALIA_TAX_FILE_NUMBER"));
56+
assertTrue(output.contains("Name") && output.contains("Display name"));
5757
}
5858

5959
@After

0 commit comments

Comments
 (0)