2 parents 66c51a3 + 54a481c commit a96bb23Copy full SHA for a96bb23
1 file changed
tests/commands/install_uninstall_test.py
@@ -948,7 +948,7 @@ def test_pre_merge_commit_integration(tempdir_factory, store):
948
output_pattern = re_assert.Matches(
949
r'^\[INFO\] Initializing environment for .+\n'
950
r'Bash hook\.+Passed\n'
951
- r"Merge made by the 'recursive' strategy.\n"
+ r"Merge made by the '(ort|recursive)' strategy.\n"
952
r' foo \| 0\n'
953
r' 1 file changed, 0 insertions\(\+\), 0 deletions\(-\)\n'
954
r' create mode 100644 foo\n$',
0 commit comments