Skip to content

Commit 8d23b4d

Browse files
committed
test: fix S3 connectivity test to pass required transport parameter
1 parent 72a3ea9 commit 8d23b4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/config_loading_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1448,7 +1448,7 @@ func TestValidateServiceConnectivity_S3ModeSkipsHTTPCheck(t *testing.T) {
14481448

14491449
// S3 mode should skip the HTTP connectivity check entirely
14501450
// (no URL to check, and S3 uses AWS SDK connectivity)
1451-
err := config.ValidateServiceConnectivity()
1451+
err := config.ValidateServiceConnectivity(nil)
14521452
assert.NoError(t, err, "S3 mode should skip connectivity check")
14531453
}
14541454

0 commit comments

Comments
 (0)