From efa33f0a8c87041c772e1a0d32c57a0af535ed3f Mon Sep 17 00:00:00 2001 From: Miroslava Ivanova Date: Thu, 15 Aug 2019 10:43:00 +0300 Subject: [PATCH] fix logs --- tests/cli/misc/autocomplete_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cli/misc/autocomplete_tests.py b/tests/cli/misc/autocomplete_tests.py index 2ba9c74d..9d3ceb23 100644 --- a/tests/cli/misc/autocomplete_tests.py +++ b/tests/cli/misc/autocomplete_tests.py @@ -40,4 +40,4 @@ def test_001_autocomplete_enable_and_disable(self): def test_400_autocomplete_invalid_parameter(self): result = Tns.exec_command(command='autocomplete fake') assert "This command doesn't accept parameters." in result.output - assert 'This operation might modify the .bash_profile, .bashrc and .zshrc files.' in result.output + assert "Run 'tns autocomplete --help' for more information." in result.output