Skip to content

Commit

Permalink
fix(repair_test): remove specific error from repair temporary network…
Browse files Browse the repository at this point in the history
… outage
  • Loading branch information
Michal-Leszczynski committed Jul 5, 2024
1 parent c22d2b6 commit 9d818af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/service/repair/service_repair_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1652,7 +1652,7 @@ func TestServiceRepairIntegration(t *testing.T) {
})

Print("And: repair contains error")
h.assertErrorContains("logs", longWait)
h.assertError(longWait)

p, err := h.service.GetProgress(ctx, h.ClusterID, h.TaskID, h.RunID)
if err != nil {
Expand Down

0 comments on commit 9d818af

Please sign in to comment.