Skip to content

Commit

Permalink
feat: test
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanstanev committed Oct 13, 2020
1 parent 87967c3 commit e5b011c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/acceptance/cli-test/cli-test.docker.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export const DockerTests: AcceptanceTests = {
params.versionNumber,
'sends version number',
);
/** Wow */
t.match(req.url, '/test-dep-graph', 'posts to correct url');
t.equal(req.body.depGraph.pkgManager.name, 'deb');
t.same(
Expand Down

0 comments on commit e5b011c

Please sign in to comment.