From 79596e8f205143d220ed7434fa8ab8f2c23764ed Mon Sep 17 00:00:00 2001 From: burnout87 Date: Wed, 9 Oct 2024 10:40:12 +0200 Subject: [PATCH] extended test --- tests/test_drupal.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_drupal.py b/tests/test_drupal.py index d730c268..ae2a534e 100644 --- a/tests/test_drupal.py +++ b/tests/test_drupal.py @@ -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 quoted_source_name = urllib.parse.quote(source_name.strip())