Skip to content

Commit

Permalink
CMR-10254: Fixing new lines and removing no longer needed path.
Browse files Browse the repository at this point in the history
  • Loading branch information
eereiter committed Feb 6, 2025
1 parent aa01c74 commit 0f8e5f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions subscription/src/subscription_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,4 @@ def shutdown():
# Wait for the polling process to finish before exiting
poll_process.join()
logger.info("The subscription worker exited the polling loop.")

4 changes: 2 additions & 2 deletions subscription/test/access_control_test.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import sys
import os
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '..', '..', 'src')))

import unittest
from unittest.mock import patch, MagicMock
Expand Down Expand Up @@ -88,4 +87,5 @@ def test_get_permissions_failure(self, mock_get_url, mock_requests_get):
)

if __name__ == '__main__':
unittest.main()
unittest.main()

0 comments on commit 0f8e5f7

Please sign in to comment.