Skip to content

Commit b55a9f6

Browse files
authored
Fix lint issues (#2721)
1 parent 8c2edbe commit b55a9f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

internal/services/integrationtesting/testconfigs/arrowsublr.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
schema: |+
23
definition special_user {}
34
@@ -25,6 +26,6 @@ relationships: |-
2526
user:someuser1#special_user_mapping@special_user:specialuser
2627
assertions:
2728
assertTrue:
28-
- system:somesystem#view@special_user:specialuser
29+
- "system:somesystem#view@special_user:specialuser"
2930
assertFalse: []
3031
validation: {}

0 commit comments

Comments
 (0)