Skip to content

Commit d78d6a6

Browse files
committed
enhance test comment
1 parent f369797 commit d78d6a6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

functions-python/process_validation_report/tests/test_validation_report.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,9 @@ def test_create_validation_report_entities_json_error2(self, mock_get):
178178

179179
@mock.patch("requests.get")
180180
def test_create_validation_report_entities_missing_dataset(self, mock_get):
181-
"""Test create_validation_report_entities function."""
181+
"""
182+
Test the create_validation_report_entities function when the dataset is not found in the DB
183+
"""
182184
mock_get.return_value = MagicMock(
183185
status_code=200,
184186
json=lambda: {

0 commit comments

Comments
 (0)