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

@@ -50,7 +50,7 @@ func TestRunWrapsAdapterConstructionError(t *testing.T) {
}
func TestRunWrapsFetchError(t *testing.T) {
server := collectionTestServer(t, map[string]int{"/observations": http.StatusBadGateway})
server := collectionTestServer(t, map[string]int{"/observations": http.StatusBadRequest})
defer server.Close()
cfg := config.Defaults()