Skip to content

Commit 30cde8b

Browse files
committed
fixing CI test
1 parent 751a89c commit 30cde8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_migrations/test_migrations_commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def test_other_alembic_commands():
9393
# Edit Command
9494
result = run_command("default.py db edit")
9595
assert result.returncode == 1
96-
assert b"TERM environment variable not set." in result.stderr
96+
assert b"Error: Error executing editor" in result.stderr
9797

9898
# Merge Command
9999
result = run_command("default.py db merge")

0 commit comments

Comments
 (0)