Skip to content

Commit

Permalink
fix(importer-test): typo in pubsub message (#2702)
Browse files Browse the repository at this point in the history
I noticed this typo in the pubsub messages while I was reviewing them
for another task
  • Loading branch information
andrewpollock authored Oct 14, 2024
1 parent fafc280 commit 033ea44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/importer/importer_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -560,8 +560,8 @@ def test_bucket(self, unused_mock_time: mock.MagicMock,
dsa_call = mock.call(
self.tasks_topic,
data=b'',
type='test',
source='bucket',
type='update',
source='test',
path='a/b/DSA-3029-1.json',
original_sha256=mock.ANY,
deleted='false')
Expand Down

0 comments on commit 033ea44

Please sign in to comment.