Skip to content

Commit

Permalink
adding back whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
flkhndlr authored Apr 18, 2023
1 parent b1311f0 commit 6b31ab5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api_key_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const (
"role": "Admin",
"expiration": "2021-10-30T10:52:03+03:00"
}
]`//#nosec
]` //#nosec
)

func TestCreateAPIKey(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion service_account_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const (
"secondsUntilExpiration": 0,
"hasExpired": false
}
]`//#nosec
]` //#nosec
)

func TestCreateServiceAccountToken(t *testing.T) {
Expand Down

0 comments on commit 6b31ab5

Please sign in to comment.