Skip to content

Commit 04bad45

Browse files
committed
Fix all test
1 parent 1c5cce5 commit 04bad45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/mock_vws/test_query.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -820,8 +820,8 @@ def test_all(
820820

821821
assert_query_success(response=response)
822822
result_1, result_2 = response.json()['results']
823-
assert 'target_data' not in result_1
824-
assert 'target_data' not in result_2
823+
assert 'target_data' in result_1
824+
assert 'target_data' in result_2
825825

826826
def test_invalid_value(
827827
self,

0 commit comments

Comments
 (0)