Skip to content

Commit 9307340

Browse files
committed
Remove unnecessary tests
1 parent 597719e commit 9307340

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

tests/test_add_target.py

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -111,22 +111,6 @@ class TestActiveFlag:
111111
Tests for the ``active_flag`` parameter to ``add_target``.
112112
"""
113113

114-
def test_default(
115-
self,
116-
client: VWS,
117-
high_quality_image: io.BytesIO,
118-
) -> None:
119-
"""
120-
By default, the active flag is set to ``True``.
121-
"""
122-
target_id = client.add_target(
123-
name='x',
124-
width=1,
125-
image=high_quality_image,
126-
)
127-
target_record = client.get_target_record(target_id=target_id)
128-
assert target_record['active_flag'] is True
129-
130114
@pytest.mark.parametrize('active_flag', [True, False])
131115
def test_given(
132116
self,

0 commit comments

Comments
 (0)