Skip to content

Commit 704846a

Browse files
committed
fix other test
Signed-off-by: Drew Shafer <[email protected]>
1 parent eb302ef commit 704846a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/machinery/test_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -723,7 +723,7 @@ def __init__(self, expected_response, *args, **kwargs):
723723
super(_TestEndpoint, self).__init__(*args, **kwargs)
724724
self.expected_response = expected_response
725725

726-
@machinery.endpoint_resource(type=tests.models.TestModel, filter={"foo": "bar"})
726+
@machinery.endpoint_resource(type=tests.models.TestModel, filter={str: filtering.ALWAYS})
727727
def resource(self):
728728
return tests.models.TestModel(int_field=0)
729729

0 commit comments

Comments
 (0)