Skip to content

Commit

Permalink
Try another test with STAT5
Browse files Browse the repository at this point in the history
  • Loading branch information
kkaris committed Jul 24, 2024
1 parent bd9a6c9 commit 4ec983c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indra/tests/test_db_rest.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ def test_get_statement_queries():

@pytest.mark.nonpublic
def test_get_statements_end_on_limit():
p = dbr.get_statements(subject="TNF", limit=1400, timeout=1)
p = dbr.get_statements(subject="STAT5", limit=1400, timeout=1)
try:
t = 0
violations = 0
Expand Down

0 comments on commit 4ec983c

Please sign in to comment.