We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 751a89c commit 30cde8bCopy full SHA for 30cde8b
tests/test_migrations/test_migrations_commands.py
@@ -93,7 +93,7 @@ def test_other_alembic_commands():
93
# Edit Command
94
result = run_command("default.py db edit")
95
assert result.returncode == 1
96
- assert b"TERM environment variable not set." in result.stderr
+ assert b"Error: Error executing editor" in result.stderr
97
98
# Merge Command
99
result = run_command("default.py db merge")
0 commit comments