Skip to content

Commit 583bcb9

Browse files
committed
Fix backported fixture
1 parent 7ad9674 commit 583bcb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/conftest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ def aiida_profile_clean(clear_database):
1717
pass
1818

1919
@pytest.fixture
20-
def aiida_code_installed(aiida_local_code_factory):
20+
def aiida_code_installed(aiida_local_code_factory, default_calc_job_plugin):
2121

2222
def _code(filepath_executable):
2323
return aiida_local_code_factory(
24-
executable=filepath_executable, entry_point=filepath_executable
24+
executable=filepath_executable, entry_point=default_calc_job_plugin
2525
)
2626

2727
return _code

0 commit comments

Comments
 (0)