mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-06-15 09:45:13 +02:00
IAM tech spec: Auth and access management current state and proposed
changes. Support for separate workspaces Addition of workspace CLI support for test purposes
This commit is contained in:
parent
48da6c5f8b
commit
db05427d0e
219 changed files with 4875 additions and 2616 deletions
|
|
@ -163,7 +163,8 @@ ex:mary ex:knows ex:bob .
|
|||
# Verify Api was created with correct parameters
|
||||
mock_api_class.assert_called_once_with(
|
||||
url="http://test.example.com/",
|
||||
token="test-token"
|
||||
token="test-token",
|
||||
workspace="default"
|
||||
)
|
||||
|
||||
# Verify bulk client was obtained
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue