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