Skip to content

Commit 3e8b454

Browse files
committed
Fix docstring
1 parent fd00fc8 commit 3e8b454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/mock_vws/test_add_target.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -848,7 +848,7 @@ def test_inactive_project(
848848
png_rgb: io.BytesIO,
849849
) -> None:
850850
"""
851-
The project's active state does not affect the database summary.
851+
If the project is inactive, a FORBIDDEN response is returned.
852852
"""
853853
image_data = png_rgb.read()
854854
image_data_encoded = base64.b64encode(image_data).decode('ascii')

0 commit comments

Comments
 (0)