We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f43510 commit 76c40b4Copy full SHA for 76c40b4
1 file changed
java-storage/google-cloud-storage/src/test/java/com/google/cloud/storage/it/ITBlobReadChannelTest.java
@@ -318,7 +318,7 @@ public void optionsWork() {
318
assertThat(e).hasCauseThat().isInstanceOf(StorageException.class);
319
StorageException se = (StorageException) e.getCause();
320
// b/261214971 for differing response code
321
- assertThat(se.getCode()).isAnyOf(/*json*/ 304, /*grpc*/ 409);
+ assertThat(se.getCode()).isAnyOf(/*json*/ 304, /*grpc*/ 412);
322
}
323
324
0 commit comments