Skip to content

Commit 13a0047

Browse files
adamtheturtleclaude
andcommitted
Use implicit booleaness check in path-prefix test
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 1659038 commit 13a0047

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_vws.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ def test_custom_base_url_with_path_prefix() -> None:
262262
base_vws_url=base_vws_url,
263263
)
264264

265-
assert vws_client.list_targets() == []
265+
assert not vws_client.list_targets()
266266

267267

268268
class TestListTargets:

0 commit comments

Comments
 (0)