Skip to content

Commit b371f1e

Browse files
committed
update
1 parent 0a84d24 commit b371f1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/catalog/tests/unit/with_dbs/test_services_services_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ async def test_batch_get_my_services(
252252
"compatibility": None, # cannot be updated
253253
},
254254
"owner": user["primary_gid"],
255-
"my_access_rights": {"execute": True, "write": True}, # full acces
255+
"my_access_rights": {"execute": True, "write": True}, # full access
256256
},
257257
]
258258
)

0 commit comments

Comments
 (0)