Skip to content

Commit

Permalink
fix test following adding 1s to dates
Browse files Browse the repository at this point in the history
  • Loading branch information
8naama committed Jul 7, 2024
1 parent 7ba428a commit e11fee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/UnitTests/test_cloudflare_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ def test_valid_setup(self):
# Test sending request
results = a.send_request()

self.assertEqual(a.url, "https://api.cloudflare.com/client/v4/accounts/abcd-efg/alerting/v3/history?since=2024-05-24T03:22:45.410294Z")
self.assertEqual(a.url, "https://api.cloudflare.com/client/v4/accounts/abcd-efg/alerting/v3/history?since=2024-05-24T03:22:46.410294Z")
self.assertEqual(results, res.get("result"))

0 comments on commit e11fee2

Please sign in to comment.