Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
flkhndlr committed Apr 18, 2023
2 parents 0252eaa + 6b31ab5 commit 3a31f6f
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 3a31f6f

Please sign in to comment.