Skip to content

Commit 97b8e82

Browse files
Fix lint (#5068) (#3501)
* Use correct object ids * Fix linter * Revert "Use correct object ids" This reverts commit b7feb68dd1c8bc0df466e803faa0fdafbe7c4aac. Signed-off-by: Modular Magician <[email protected]>
1 parent aaceb3b commit 97b8e82

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.changelog/5068.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:none
2+
3+
```

google-beta/bootstrap_utils_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ func BootstrapSharedCaPoolInLocation(t *testing.T, location string) string {
461461
if err != nil {
462462
t.Errorf("Error getting shared CA pool %q: %s", poolName, err)
463463
}
464-
res, err = sendRequest(config, "GET", project, url, config.userAgent, nil)
464+
_, err = sendRequest(config, "GET", project, url, config.userAgent, nil)
465465
if err != nil {
466466
t.Errorf("Error getting shared CA pool %q: %s", poolName, err)
467467
}

0 commit comments

Comments
 (0)