Skip to content

Commit

Permalink
chore: fix all container test tests broken with the new CLI plugin
Browse files Browse the repository at this point in the history
 The new Docker plugin introduced an incompatible format, and the new container test flow works a bit differently now. All container test tests needed to be updated to reflect this.
  • Loading branch information
Arthur Granado authored and ivanstanev committed Oct 15, 2020
1 parent aadfe0e commit e30142b
Show file tree
Hide file tree
Showing 6 changed files with 832 additions and 768 deletions.
3 changes: 2 additions & 1 deletion test/acceptance/cli-test/cli-test.acceptance.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ const after = tap.runOnly ? only : test;

// Should be after `process.env` setup.
import * as plugins from '../../../src/lib/plugins/index';
import * as ecoSystemPlugins from '../../../src/lib/ecosystems/plugins';

/*
TODO: enable these tests, once we switch from node-tap
Expand Down Expand Up @@ -141,7 +142,7 @@ if (!isWindows) {
tt.test(
testName,
languageTest.tests[testName](
{ server, plugins, versionNumber, cli },
{ server, plugins, ecoSystemPlugins, versionNumber, cli },
{ chdirWorkspaces },
),
);
Expand Down
Loading

0 comments on commit e30142b

Please sign in to comment.