@@ -58,7 +58,7 @@ def test_delta_url_api_serializer_fields(self, client):
58
58
59
59
assert response .status_code == status .HTTP_200_OK
60
60
data = response .json ()["results" ][0 ]
61
- expected_fields = {"url" , "title" , "document_type" , "file_extension" , "tree_root" }
61
+ expected_fields = {"url" , "title" , "document_type" , "file_extension" , "tree_root" , "tdamm_tag" }
62
62
assert set (data .keys ()) == expected_fields
63
63
64
64
def test_delta_url_api_pagination (self , client ):
@@ -122,7 +122,7 @@ def test_curated_url_api_serializer_fields(self, client):
122
122
123
123
assert response .status_code == status .HTTP_200_OK
124
124
data = response .json ()["results" ][0 ]
125
- expected_fields = {"url" , "title" , "document_type" , "file_extension" , "tree_root" }
125
+ expected_fields = {"url" , "title" , "document_type" , "file_extension" , "tree_root" , "tdamm_tag" }
126
126
assert set (data .keys ()) == expected_fields
127
127
128
128
def test_candidate_url_api_alias (self , client ):
@@ -217,7 +217,7 @@ def test_candidate_url_api_serializer_fields(self, client):
217
217
218
218
assert response .status_code == status .HTTP_200_OK
219
219
data = response .json ()["results" ][0 ]
220
- expected_fields = {"url" , "title" , "document_type" , "file_extension" , "tree_root" }
220
+ expected_fields = {"url" , "title" , "document_type" , "file_extension" , "tree_root" , "tdamm_tag" }
221
221
assert set (data .keys ()) == expected_fields
222
222
223
223
def test_candidate_url_api_alias (self , client ):
0 commit comments