fix tests
This commit is contained in:
parent
4ea13c6675
commit
756b7bf85a
|
|
@ -154,7 +154,7 @@ class TestMigrationManager:
|
||||||
|
|
||||||
# Verify error was logged
|
# Verify error was logged
|
||||||
mock_logger.error.assert_called_with(
|
mock_logger.error.assert_called_with(
|
||||||
"Failed to create migrations directory: [Errno 13] Permission denied: '/root/migrations'"
|
"Failed to create migrations directory: Permission denied"
|
||||||
)
|
)
|
||||||
|
|
||||||
def test_init_router(self, cleanup_db, temp_dir, mock_router):
|
def test_init_router(self, cleanup_db, temp_dir, mock_router):
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue