Skip to content

Commit 1e19aa8

Browse files
committed
fix: tests
1 parent 10726a0 commit 1e19aa8

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/test_project_tasks.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ def test_task_git_aggregate(project_tmpl, env_info):
4040
# Ensure Dev Mode
4141
switch_project_mode(env_info["client_type"], project_tmpl, "dev")
4242
result = invoke_task(env_info["client_type"], project_tmpl, "git-aggregate")
43-
assert "addons updated!" in result['stdout'].lower()
4443
assert os.listdir(project_tmpl / "addons" / "git"), "Git addons is empty"
4544

4645
def test_task_up_stop_start_down(project_tmpl, env_info):

0 commit comments

Comments
 (0)