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 1d7cb8a commit eb8a667Copy full SHA for eb8a667
tests/test_add_target.py
@@ -64,7 +64,7 @@ def test_valid_metadata(
64
name='x',
65
width=1,
66
image=high_quality_image,
67
- application_metadata=None,
+ application_metadata=application_metadata,
68
)
69
70
@pytest.mark.parametrize('active_flag', [True, False])
0 commit comments