From 4ff137c081766bc88aabec15a35eac671c60d1e3 Mon Sep 17 00:00:00 2001 From: Travis Dent Date: Wed, 19 Feb 2025 16:05:55 -0800 Subject: [PATCH] Fix crew alias test. --- tests/test_cli_init.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_cli_init.py b/tests/test_cli_init.py index 1a753455..92ff999d 100644 --- a/tests/test_cli_init.py +++ b/tests/test_cli_init.py @@ -38,7 +38,7 @@ def test_init_command_aliased_framework_empty_project(self, alias: str, framewor if framework != self.framework: self.skipTest(f"{alias} is not related to this framework") + conf.set_path(self.project_dir) # set working dir, init adds `slug_name` init_project(slug_name='test_project', template='empty', framework=alias) - conf.set_path(self.project_dir / 'test_project') config = conf.ConfigFile() assert config.framework == framework