Skip to content

Commit 08da4f5

Browse files
committed
Fix broken test
1 parent c9cb595 commit 08da4f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_add_target.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def test_valid_metadata(
9494
name='x',
9595
width=1,
9696
image=high_quality_image,
97-
application_metadata=None,
97+
application_metadata=application_metadata,
9898
)
9999

100100

0 commit comments

Comments
 (0)