Skip to content

Commit

Permalink
Improve tests - still some improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
mohierf committed Jan 1, 2020
1 parent c6c649b commit f1c0591
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion test/dep_modules.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
https://github.com/mohierf/mod-livestatus.git
https://github.com/shinken-monitoring/mod-logstore-sqlite.git
https://github.com/mohierf/mod-logstore-sqlite.git
1 change: 0 additions & 1 deletion test/test_livestatus_mongodb.py
Original file line number Diff line number Diff line change
Expand Up @@ -829,7 +829,6 @@ def test_a_long_history(self):
notpyresponse = eval(response)
print("Result: \n - # records without test_host_099/test_ok_01: %d\n - duration: %.2f"
% (len(notpyresponse), tac - tic))
exit(12)

request = """GET log
Filter: time >= """ + str(int(query_start)) + """
Expand Down

0 comments on commit f1c0591

Please sign in to comment.