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 c0766f9 commit b6abdadCopy full SHA for b6abdad
modelarmor/src/test/java/modelarmor/SnippetsIT.java
@@ -95,7 +95,6 @@ public void testGetModelArmorTemplate() throws IOException {
95
CreateTemplate.createTemplate(PROJECT_ID, LOCATION_ID, TEST_TEMPLATE_ID);
96
Template retrievedTemplate = GetTemplate.getTemplate(PROJECT_ID, LOCATION_ID, TEST_TEMPLATE_ID);
97
98
- assertThat(stdOut.toString()).contains("Retrieved template:");
99
assertEquals(retrievedTemplate.getName(), TEST_TEMPLATE_NAME);
100
}
101
0 commit comments