Skip to content

Commit 8061519

Browse files
committed
updated expected text that returns from the server
1 parent 97a54d2 commit 8061519

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudinary-test-common/src/main/java/com/cloudinary/test/AbstractStructuredMetadataTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ public void testExplicitWithMetadata() throws Exception {
204204
message = e.getMessage();
205205
}
206206

207-
assertTrue(message.contains("Value 12 is invalid for field") );
207+
assertTrue(message.contains("is not valid for field") );
208208
}
209209

210210
@Test

0 commit comments

Comments
 (0)