diff --git a/integration-tests/bats/sql-cherry-pick.bats b/integration-tests/bats/sql-cherry-pick.bats index 80e33b9cf6..5942736b80 100644 --- a/integration-tests/bats/sql-cherry-pick.bats +++ b/integration-tests/bats/sql-cherry-pick.bats @@ -506,5 +506,5 @@ SQL dolt checkout main run dolt sql -q "CALL DOLT_CHERRY_PICK('branch1')" [ $status -eq 1 ] - [[ $output =~ "error: cannot merge because table t has different primary keys" ]] || false + [[ $output =~ "error: cannot merge because table test has different primary keys" ]] || false }