Skip to content

Commit 4ff137c

Browse files
committed
Fix crew alias test.
1 parent bf2dab8 commit 4ff137c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_cli_init.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def test_init_command_aliased_framework_empty_project(self, alias: str, framewor
3838
if framework != self.framework:
3939
self.skipTest(f"{alias} is not related to this framework")
4040

41+
conf.set_path(self.project_dir) # set working dir, init adds `slug_name`
4142
init_project(slug_name='test_project', template='empty', framework=alias)
42-
conf.set_path(self.project_dir / 'test_project')
4343
config = conf.ConfigFile()
4444
assert config.framework == framework

0 commit comments

Comments
 (0)