fix tests

This commit is contained in:
AI Christianson 2025-03-07 08:35:44 -05:00
parent 4ea13c6675
commit 756b7bf85a
1 changed files with 1 additions and 1 deletions

View File

@ -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):