We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12ff2a3 commit b08fd68Copy full SHA for b08fd68
tests/test_workspace.py
@@ -92,7 +92,7 @@ def test_get_workspaces__too_old_since_value(
92
argnames="workspace_name, error_message",
93
argvalues=(
94
("", "String should have at least 1 character"),
95
- (fake.pystr(min_chars=140, max_chars=200), "String should have at most 140 character"),
+ (fake.pystr(min_chars=141, max_chars=200), "String should have at most 140 character"),
96
),
97
)
98
def test_update__invalid_workspace_name(
0 commit comments