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