Skip to content

Commit

Permalink
set correct backend for quicksetup test
Browse files Browse the repository at this point in the history
  • Loading branch information
ltalirz committed Jun 2, 2019
1 parent 9abc39d commit 5f6e8be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiida/backends/tests/cmdline/commands/test_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def test_quicksetup_from_config_file(self):
first_name: Leopold
last_name: Talirz
institution: EPFL
backend: {}
db_backend: {}
email: [email protected]""".format(self.backend))
handle.flush()
result = self.cli_runner.invoke(cmd_setup.quicksetup, ['--config', os.path.realpath(handle.name)])
Expand Down

0 comments on commit 5f6e8be

Please sign in to comment.