Remove production waits from deterministic tests
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user