Skip to content

Commit

Permalink
fix(test): ensure passing indexd into function that uses it
Browse files Browse the repository at this point in the history
  • Loading branch information
Avantol13-machine-user committed Nov 28, 2022
1 parent 15ef21d commit c94e2a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion suites/apis/metadataIngestionTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ Scenario('Dispatch partial match get-dbgap-metadata job with mock dbgap xml and
}).retry(1);

// Scenario #4 - Instrument the metadata-service DELETE endpoint
Scenario('create a new mds entry and then issue http delete against mds/objects/{guid} @metadataIngestion', async ({ I, users }) => {
Scenario('create a new mds entry and then issue http delete against mds/objects/{guid} @metadataIngestion', async ({ I, users, indexd }) => {
// create a local small file to upload to test bucket.
const uploadTmpFile = await bash.runCommand(`
echo "hello mds" > mds-test.file && aws s3 cp ./mds-test.file s3://cdis-presigned-url-test/mds-test.file
Expand Down

0 comments on commit c94e2a2

Please sign in to comment.