Skip to content

Commit a3233dc

Browse files
philvarnerCopilot
andauthored
Update tests/system/test-ingest.js
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent cb78c94 commit a3233dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/system/test-ingest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ test('Ingested item is published to post-ingest SNS topic', async (t) => {
480480
test('Ingest item failure is published to post-ingest SNS topic', async (t) => {
481481
await ingestCollectionAndPurgePostIngestQueue(t)
482482

483-
// this failse because the collection does not exist
483+
// this fails because the collection does not exist
484484
const { message, attrs } = await testPostIngestSNS(t, {
485485
type: 'Feature',
486486
id: 'badItem',

0 commit comments

Comments
 (0)