Skip to content

Commit

Permalink
Make sure to include the standard op in the asset e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdemartini committed Feb 11, 2021
1 parent 9351dec commit d15be00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/test/cases/assets/simple-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ describe('assets', () => {

it('can directly ask for the new asset to be used', async () => {
const jobSpec = misc.newJob('generator-asset');
jobSpec.assets = ['ex1:0.1.1', 'elasticsearch'];
jobSpec.assets = ['ex1:0.1.1', 'standard', 'elasticsearch'];
const { workers } = jobSpec;

const assetResponse = await teraslice.assets.getAsset('ex1', '0.1.1');
Expand Down

0 comments on commit d15be00

Please sign in to comment.