From c31e1587c4ea72bc715c2abdc0f7da2fb782be3b Mon Sep 17 00:00:00 2001 From: Johann Date: Tue, 16 Jul 2019 17:30:00 +0200 Subject: [PATCH] fix(tests): Integration test snapshots. Fix for failing snapshot test. --- .../cmds/space/__snapshots__/import.test.js.snap | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/test/integration/cmds/space/__snapshots__/import.test.js.snap b/test/integration/cmds/space/__snapshots__/import.test.js.snap index d3bf2286a..e3a48265d 100644 --- a/test/integration/cmds/space/__snapshots__/import.test.js.snap +++ b/test/integration/cmds/space/__snapshots__/import.test.js.snap @@ -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] @@ -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]