Skip to content

Commit

Permalink
all test cases workflow fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
nazmul-me committed Nov 21, 2024
1 parent 58c104d commit 2356a62
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ def setUp(self):
self.client = app.test_client()
# Mock the get_db function to return a mocked database
self.mock_get_db = patch('app.routes.get_db').start()

# Create a mock database and mock collections
self.mock_db = MagicMock()
self.mock_jobs_db = MagicMock()
Expand Down

0 comments on commit 2356a62

Please sign in to comment.