Skip to content

Commit

Permalink
extended test
Browse files Browse the repository at this point in the history
  • Loading branch information
burnout87 committed Oct 9, 2024
1 parent d7b36a1 commit 79596e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_drupal.py
Original file line number Diff line number Diff line change
Expand Up @@ -1006,6 +1006,7 @@ def test_resolve_source(dispatcher_api_with_gallery, dispatcher_test_conf_with_g
assert 'object_ids' in resolved_obj
assert 'RA' in resolved_obj
assert 'DEC' in resolved_obj
assert 'message' in resolved_obj

Check warning on line 1009 in tests/test_drupal.py

View check run for this annotation

Codecov / codecov/patch

tests/test_drupal.py#L1009

Added line #L1009 was not covered by tests

quoted_source_name = urllib.parse.quote(source_name.strip())

Expand Down

0 comments on commit 79596e8

Please sign in to comment.