| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent b73aced commit d0d0fe7
3 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -835,7 +835,7 @@ public void deleteAppProfileExceptionTest() throws Exception { | |||
| 835 | 835 | @SuppressWarnings("all") | |
| 836 | 836 | public void getIamPolicyTest() { | |
| 837 | 837 | int version = 351608024; | |
| 838 | - ByteString etag = ByteString.copyFromUtf8("etag3123477"); | ||
| 838 | + ByteString etag = ByteString.copyFromUtf8("21"); | ||
| 839 | 839 | Policy expectedResponse = Policy.newBuilder().setVersion(version).setEtag(etag).build(); | |
| 840 | 840 | mockBigtableInstanceAdmin.addResponse(expectedResponse); | |
| 841 | 841 | ||
@@ -875,7 +875,7 @@ public void getIamPolicyExceptionTest() throws Exception { | |||
| 875 | 875 | @SuppressWarnings("all") | |
| 876 | 876 | public void setIamPolicyTest() { | |
| 877 | 877 | int version = 351608024; | |
| 878 | - ByteString etag = ByteString.copyFromUtf8("etag3123477"); | ||
| 878 | + ByteString etag = ByteString.copyFromUtf8("21"); | ||
| 879 | 879 | Policy expectedResponse = Policy.newBuilder().setVersion(version).setEtag(etag).build(); | |
| 880 | 880 | mockBigtableInstanceAdmin.addResponse(expectedResponse); | |
| 881 | 881 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -526,7 +526,7 @@ public void checkConsistencyExceptionTest() throws Exception { | |||
| 526 | 526 | @SuppressWarnings("all") | |
| 527 | 527 | public void getIamPolicyTest() { | |
| 528 | 528 | int version = 351608024; | |
| 529 | - ByteString etag = ByteString.copyFromUtf8("etag3123477"); | ||
| 529 | + ByteString etag = ByteString.copyFromUtf8("21"); | ||
| 530 | 530 | Policy expectedResponse = Policy.newBuilder().setVersion(version).setEtag(etag).build(); | |
| 531 | 531 | mockBigtableTableAdmin.addResponse(expectedResponse); | |
| 532 | 532 | ||
@@ -566,7 +566,7 @@ public void getIamPolicyExceptionTest() throws Exception { | |||
| 566 | 566 | @SuppressWarnings("all") | |
| 567 | 567 | public void setIamPolicyTest() { | |
| 568 | 568 | int version = 351608024; | |
| 569 | - ByteString etag = ByteString.copyFromUtf8("etag3123477"); | ||
| 569 | + ByteString etag = ByteString.copyFromUtf8("21"); | ||
| 570 | 570 | Policy expectedResponse = Policy.newBuilder().setVersion(version).setEtag(etag).build(); | |
| 571 | 571 | mockBigtableTableAdmin.addResponse(expectedResponse); | |
| 572 | 572 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -11,8 +11,8 @@ | |||
| 11 | 11 | "git": { | |
| 12 | 12 | "name": "googleapis", | |
| 13 | 13 | "remote": "https://github.com/googleapis/googleapis.git", | |
| 14 | - "sha": "96ef637adf148d54236ad83fefa30c7f75f29737", | ||
| 15 | - "internalRef": "325052820" | ||
| 14 | + "sha": "3a935fab757e09c72afd4aa121147a4c97dccc3e", | ||
| 15 | + "internalRef": "336931287" | ||
| 16 | 16 | } | |
| 17 | 17 | }, | |
| 18 | 18 | { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments