Skip to content

Commit 033ea44

Browse files
fix(importer-test): typo in pubsub message (google#2702)
I noticed this typo in the pubsub messages while I was reviewing them for another task
1 parent fafc280 commit 033ea44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/importer/importer_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -560,8 +560,8 @@ def test_bucket(self, unused_mock_time: mock.MagicMock,
560560
dsa_call = mock.call(
561561
self.tasks_topic,
562562
data=b'',
563-
type='test',
564-
source='bucket',
563+
type='update',
564+
source='test',
565565
path='a/b/DSA-3029-1.json',
566566
original_sha256=mock.ANY,
567567
deleted='false')

0 commit comments

Comments
 (0)