Skip to content

Commit

Permalink
Make filestorage tests fail when info not loaded
Browse files Browse the repository at this point in the history
The run "info" is normally stored in an external file. But it was not so in the test run.
  • Loading branch information
chovanecm committed Jun 6, 2017
1 parent c8f3c88 commit ec56339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sacredboard/tests/data/test_filestorage.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def create_tmp_datastore():

run = {"status": "COMPLETED",
"_id": "57f9efb2e4b8490d19d7c30e",
"info": {}, "resources": [],
"resources": [],
"host": {"os": "Linux",
"os_info": "Linux-3.16.0-38-generic-x86_64-with-LinuxMint-17.2-rafaela",
"cpu": "Intel(R) Core(TM) i3 CPU M 370 @ 2.40GHz",
Expand Down

0 comments on commit ec56339

Please sign in to comment.