Skip to content

Commit dfdc5d0

Browse files
committed
TST: Add docstring to test
1 parent 8788695 commit dfdc5d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/cloud/test_service_id.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@ def test_error_raised_if_revision_not_found(self):
262262
)
263263

264264
def test_no_error_raised_if_service_revision_registered(self):
265+
"""Test that no error is raised if a revision is found for the service in the given registries."""
265266
mock_response = requests.Response()
266267
mock_response.status_code = 200
267268
mock_response._content = json.dumps({"revision_tag": "1.0.0"}).encode()

0 commit comments

Comments
 (0)