There was an error while loading. Please reload this page.
1 parent 10726a0 commit 1e19aa8Copy full SHA for 1e19aa8
1 file changed
tests/test_project_tasks.py
@@ -40,7 +40,6 @@ def test_task_git_aggregate(project_tmpl, env_info):
40
# Ensure Dev Mode
41
switch_project_mode(env_info["client_type"], project_tmpl, "dev")
42
result = invoke_task(env_info["client_type"], project_tmpl, "git-aggregate")
43
- assert "addons updated!" in result['stdout'].lower()
44
assert os.listdir(project_tmpl / "addons" / "git"), "Git addons is empty"
45
46
def test_task_up_stop_start_down(project_tmpl, env_info):
0 commit comments