Skip to content

Commit

Permalink
fix: more broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Feb 6, 2024
1 parent bf44d56 commit 12fa654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def test_cli_query_single(self, mock_args, mock_stdout) -> None: # type: ignore
def test_cli_info(self, mock_args, mock_stdout) -> None: # type: ignore
main()
response = json.loads(mock_stdout.getvalue())
assert 'hashlookup-version' in response
assert 'nsrl-version' in response

@mock.patch('sys.stdout', new_callable=StringIO)
@mock.patch('argparse.ArgumentParser.parse_args',
Expand Down

0 comments on commit 12fa654

Please sign in to comment.