Skip to content

Commit 03fb442

Browse files
authored
fix: test_400_create_project_with_wrong_template_path
1 parent b7435bc commit 03fb442

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/build/common/create_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ def test_400_create_project_with_wrong_template_path(self):
188188
output = Tns.create_app(self.app_name, attributes={"--template": "invalidEntry"},
189189
assert_success=False, update_modules=False)
190190
assert "successfully created" not in output
191-
assert "npm ERR!" in output
191+
assert "Not Found" in output
192192
assert "404" in output
193193

194194
def test_401_create_project_with_empty_template_path(self):

0 commit comments

Comments
 (0)