Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
Signed-off-by: Florent Poinsard <[email protected]>
  • Loading branch information
frouioui committed Oct 2, 2024
1 parent b28cf89 commit 943e57e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/vt/mysqlctl/backup_blackbox_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ func TestExecuteBackupWithCanceledContext(t *testing.T) {

require.Error(t, err)
// all four files will fail
require.ErrorContains(t, err, "context canceled;context canceled;context canceled;context canceled")
require.ErrorContains(t, err, "context canceled")
assert.False(t, ok)
}

Expand Down

0 comments on commit 943e57e

Please sign in to comment.