Skip to content

Commit e009637

Browse files
fix: formating fixed
1 parent 303710b commit e009637

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api_key_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const (
2222
"role": "Admin",
2323
"expiration": "2021-10-30T10:52:03+03:00"
2424
}
25-
]` //#nosec
25+
]` //#nosec
2626
)
2727

2828
func TestCreateAPIKey(t *testing.T) {

service_account_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ const (
7474
"secondsUntilExpiration": 0,
7575
"hasExpired": false
7676
}
77-
]` //#nosec
77+
]` //#nosec
7878
)
7979

8080
func TestCreateServiceAccountToken(t *testing.T) {

0 commit comments

Comments
 (0)