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 17b469d commit 21e0af1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/idsse_common/test/test_http_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ def test_get_valids_all(http_utils: HttpUtils, httpserver: HTTPServer):
httpserver.expect_request(url).respond_with_data(EXAMPLE_RETURN, content_type="text/plain")
result = http_utils.get_valids(EXAMPLE_ISSUE)
assert len(result) == 0
#assert result[0] == (EXAMPLE_VALID, f'{EXAMPLE_URL}{EXAMPLE_PROD_DIR}{EXAMPLE_FILES[1]}')


def test_get_valids_with_wildcards(http_utils_with_wild: HttpUtils, httpserver: HTTPServer):
Expand Down

0 comments on commit 21e0af1

Please sign in to comment.