Remove production waits from deterministic tests

This commit is contained in:
2026-08-13 03:32:32 +00:00
parent 78fc461a75
commit 166c4ce53b
4 changed files with 23 additions and 18 deletions

View File

@@ -242,6 +242,7 @@ func TestUploadPollsUntilTerminalStatus(t *testing.T) {
},
}
client := newClient(cfg, factory.newClient)
client.pollWait = func(context.Context, time.Duration) error { return nil }
result, err := client.Upload(context.Background(), validUploadRequest())
if err != nil {