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 ad37160 commit 19a3630Copy full SHA for 19a3630
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