Skip to content

Commit

Permalink
test(python-sdk): update test to pass validation
Browse files Browse the repository at this point in the history
  • Loading branch information
ewanharris committed Nov 6, 2024
1 parent eec24ba commit a500936
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions config/clients/python/template/test/api_test.py.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,6 @@ class {{#operations}}Test{{classname}}(IsolatedAsyncioTestCase):
relation="can_read",
user_filters=[
{"type": "user"},
{"type": "team", "relation": "member"},
],
context={},
contextual_tuples=[
Expand Down Expand Up @@ -478,7 +477,6 @@ class {{#operations}}Test{{classname}}(IsolatedAsyncioTestCase):
"relation": "can_read",
"user_filters": [
{"type": "user"},
{"type": "team", "relation": "member"},
],
"context": {},
"contextual_tuples": [
Expand Down
2 changes: 0 additions & 2 deletions config/clients/python/template/test/sync/api_test.py.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,6 @@ class TestOpenFgaApiSync(IsolatedAsyncioTestCase):
request.relation = "can_read"
request.user_filters = [
{"type": "user"},
{"type": "team", "relation": "member"},
]
request.context = {}
request.contextual_tuples = [
Expand Down Expand Up @@ -484,7 +483,6 @@ class TestOpenFgaApiSync(IsolatedAsyncioTestCase):
"relation": "can_read",
"user_filters": [
{"type": "user"},
{"type": "team", "relation": "member"},
],
"context": {},
"contextual_tuples": [
Expand Down

0 comments on commit a500936

Please sign in to comment.