Skip to content

Commit

Permalink
Update python/idsse_common/test/test_http_utils.py
Browse files Browse the repository at this point in the history
Co-authored-by: Geary Layne <[email protected]>
  • Loading branch information
paulhamer-noaa and Geary-Layne authored Dec 3, 2024
1 parent 2f16100 commit 6d2751f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions python/idsse_common/test/test_http_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,3 @@ def test_get_valids_with_wildcards(http_utils_with_wild: HttpUtils, httpserver:
httpserver.expect_request(url).respond_with_data(EXAMPLE_RETURN, content_type="text/plain")
result = http_utils_with_wild.get_valids(EXAMPLE_ISSUE)
assert len(result) == 0
#assert result[0] == (EXAMPLE_VALID.replace(second=0), f'{EXAMPLE_URL}{EXAMPLE_PROD_DIR}{EXAMPLE_FILES[1]}')
#assert result[1] == (EXAMPLE_VALID.replace(second=0)+timedelta(minutes=2),
# f'{EXAMPLE_URL}{EXAMPLE_PROD_DIR}{EXAMPLE_FILES[2]}')

0 comments on commit 6d2751f

Please sign in to comment.