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.
2 parents 4697b9f + 6767475 commit 35aca13Copy full SHA for 35aca13
tests/test_rows_update.py
@@ -3,15 +3,15 @@
3
4
5
def test_update_dsl_fromDocDescriptors(client):
6
- doc_uri = "/doc1.json"
+ doc_uri = "/temp/doc1.json"
7
doc_contents = {"hello": "doc1"}
8
doc_permissions = [
9
{"capability": "read", "roleName": "python-tester"},
10
{"capability": "update", "roleName": "python-tester"},
11
]
12
update_query_fromDocDescriptors = f"""
13
const docDescriptors = [
14
- {{
+ {{
15
uri:"{doc_uri}",
16
doc:'{json.dumps(doc_contents)}',
17
permissions: {json.dumps(doc_permissions)}
0 commit comments