Skip to content

Commit

Permalink
Merge pull request redhat-performance#387 from grafuls/development
Browse files Browse the repository at this point in the history
fix: test scp on test pass mocking datetime.now
  • Loading branch information
grafuls authored Oct 19, 2023
2 parents 961c24b + 9ded0bc commit 5fd9977
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_scp.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ class TestExportSCP(TestBase):
tests_dir = os.path.dirname(__file__)
example_path = os.path.join(tests_dir, "fixtures/example_scp.json")

@patch("badfish.helpers.get_now", fixed_datetime)
@patch("aiohttp.ClientSession.delete")
@patch("aiohttp.ClientSession.post")
@patch("aiohttp.ClientSession.get")
Expand Down

0 comments on commit 5fd9977

Please sign in to comment.