We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7435bc commit 03fb442Copy full SHA for 03fb442
tests/build/common/create_tests.py
@@ -188,7 +188,7 @@ def test_400_create_project_with_wrong_template_path(self):
188
output = Tns.create_app(self.app_name, attributes={"--template": "invalidEntry"},
189
assert_success=False, update_modules=False)
190
assert "successfully created" not in output
191
- assert "npm ERR!" in output
+ assert "Not Found" in output
192
assert "404" in output
193
194
def test_401_create_project_with_empty_template_path(self):
0 commit comments