Skip to content

Commit b6abdad

Browse files
address-review-comment
Ref: GoogleCloudPlatform#10069 (comment)
1 parent c0766f9 commit b6abdad

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modelarmor/src/test/java/modelarmor/SnippetsIT.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ public void testGetModelArmorTemplate() throws IOException {
9595
CreateTemplate.createTemplate(PROJECT_ID, LOCATION_ID, TEST_TEMPLATE_ID);
9696
Template retrievedTemplate = GetTemplate.getTemplate(PROJECT_ID, LOCATION_ID, TEST_TEMPLATE_ID);
9797

98-
assertThat(stdOut.toString()).contains("Retrieved template:");
9998
assertEquals(retrievedTemplate.getName(), TEST_TEMPLATE_NAME);
10099
}
101100

0 commit comments

Comments
 (0)