We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd00fc8 commit 3e8b454Copy full SHA for 3e8b454
tests/mock_vws/test_add_target.py
@@ -848,7 +848,7 @@ def test_inactive_project(
848
png_rgb: io.BytesIO,
849
) -> None:
850
"""
851
- The project's active state does not affect the database summary.
+ If the project is inactive, a FORBIDDEN response is returned.
852
853
image_data = png_rgb.read()
854
image_data_encoded = base64.b64encode(image_data).decode('ascii')
0 commit comments