Skip to content

Commit 379976a

Browse files
committed
Corrected typo
1 parent 922caa0 commit 379976a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions-python/gbfs_validator/tests/test_gbfs_validator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ def test_fetch_all_gbfs_feeds_none_session(self, mock_database):
194194
},
195195
)
196196
@patch("main.fetch_all_gbfs_feeds")
197-
@patch("src.main.Logger")
197+
@patch("main.Logger")
198198
def test_gbfs_validator_batch_fetch_exception(self, _, mock_fetch_all_gbfs_feeds):
199199
# Prepare mocks
200200
mock_fetch_all_gbfs_feeds.side_effect = Exception("Database error")

0 commit comments

Comments
 (0)