We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72a3ea9 commit 8d23b4dCopy full SHA for 8d23b4d
tests/unit/config_loading_test.go
@@ -1448,7 +1448,7 @@ func TestValidateServiceConnectivity_S3ModeSkipsHTTPCheck(t *testing.T) {
1448
1449
// S3 mode should skip the HTTP connectivity check entirely
1450
// (no URL to check, and S3 uses AWS SDK connectivity)
1451
- err := config.ValidateServiceConnectivity()
+ err := config.ValidateServiceConnectivity(nil)
1452
assert.NoError(t, err, "S3 mode should skip connectivity check")
1453
}
1454
0 commit comments