fix: fix lintings
This commit is contained in:
parent
8d5c0560f1
commit
cdbfc56fd0
7 changed files with 52 additions and 130 deletions
|
|
@ -91,7 +91,7 @@ func createTemporaryHome(createValidCredentialsFile bool, t *testing.T) string {
|
|||
// Define content, default = invalid token
|
||||
token := "foo_token"
|
||||
if createValidCredentialsFile {
|
||||
token = testutil.GetTestProjectServiceAccountToken("")
|
||||
token = testutil.GetTestProjectServiceAccountJson("")
|
||||
}
|
||||
content := fmt.Sprintf(`
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue