Skip to content

Commit 3b864bc

Browse files
committed
Add some more coverage
1 parent 02b9cd3 commit 3b864bc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/test_vws.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -456,6 +456,10 @@ def test_update_target(
456456
name='x2',
457457
width=2,
458458
active_flag=False,
459+
# These will be tested in
460+
# https://github.com/adamtheturtle/vws-python/issues/809.
461+
image=high_quality_image,
462+
application_metadata=b'a',
459463
)
460464

461465
target_details = client.get_target_record(target_id=target_id)

0 commit comments

Comments
 (0)