Skip to content
This repository was archived by the owner on Feb 25, 2026. It is now read-only.

Commit 2f9fdb1

Browse files
committed
Fix spacing in docs
1 parent 381c88a commit 2f9fdb1

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

internal/cmd/fga.go

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1157,15 +1157,19 @@ YAML:
11571157
subject: user:admin
11581158
relation: owner
11591159
resource: doc:1
1160-
context:
1161-
key: "some_value"
1160+
context:
1161+
key: "some_value"
11621162
expect: true
11631163
11641164
# Optional teardown section, alternatively pass the --cleanup flag to the test command to clean up all resources from the setup section
11651165
teardown:
11661166
resources:
11671167
- doc:1
11681168
- user:admin
1169+
warrants:
1170+
- subject: user:admin
1171+
relation: owner
1172+
resource: doc:1
11691173
11701174
JSON:
11711175
{

0 commit comments

Comments
 (0)