We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 622c572 commit 24b4a87Copy full SHA for 24b4a87
pkg/config/apiclient_test.go
@@ -429,8 +429,9 @@ func TestJWTTokenSource(t *testing.T) {
429
func TestNewSNCloudSession_JWT(t *testing.T) {
430
// Test session creation with JWT token
431
ctx := SNCloudContext{
432
- APIURL: "https://api.example.com",
433
- LogAPIURL: "https://logs.example.com",
+ APIURL: "https://api.example.com",
+ LogAPIURL: "https://logs.example.com",
434
+ //nolint:gosec
435
JWTToken: "test.jwt.token",
436
Timeout: 30 * time.Second,
437
Audience: "test-audience",
0 commit comments