Skip to content

Commit

Permalink
fix(tests): Integration test snapshots.
Browse files Browse the repository at this point in the history
Fix for failing snapshot test.
  • Loading branch information
Johann authored Jul 16, 2019
1 parent a909542 commit c31e158
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions test/integration/cmds/space/__snapshots__/import.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ exports[`should exit 1 when no args: wrong response in case of no args provided
Options:
-h, --help Show help [boolean]
--space-id ID of the destination space [string]
--environment-id ID the environment in the destination space
[string] [default: \\"master\\"]
--environment-id ID the environment in the destination space[string]
--management-token, --mt Contentful management API token [string]
--content-file JSON file that contains data to be import to your
space [string] [required]
Expand Down Expand Up @@ -38,8 +37,7 @@ exports[`should print help message: help data is incorrect 1`] = `
Options:
-h, --help Show help [boolean]
--space-id ID of the destination space [string]
--environment-id ID the environment in the destination space
[string] [default: \\"master\\"]
--environment-id ID the environment in the destination space[string]
--management-token, --mt Contentful management API token [string]
--content-file JSON file that contains data to be import to your
space [string] [required]
Expand Down

0 comments on commit c31e158

Please sign in to comment.