Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
Signed-off-by: Renan Rangel <[email protected]>
  • Loading branch information
rvrangel committed Aug 7, 2024
1 parent d26b5c3 commit 0a5fda4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/vt/mysqlctl/mysqlshellbackupengine_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ func TestMySQLShellBackupRestorePreCheck(t *testing.T) {
},
{
"supported values",
`{"updateGtidSet": "replace", "progressFile": ""}`,
`{"updateGtidSet": "replace", "progressFile": "", "skipBinlog": true}`,
nil,
},
}
Expand Down

0 comments on commit 0a5fda4

Please sign in to comment.