Skip to content

Commit 60b9f34

Browse files
committed
chore: add test for unlisted scope
1 parent de5cd62 commit 60b9f34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def test_document_handle_surrogates(self):
8080
"revoked_at": "2023-05-27T12:40:55.662949Z",
8181
"member_id": 22015,
8282
"creator_id": 22015,
83-
"scopes": ["incidents:read", "scan"],
83+
"scopes": ["incidents:read", "scan", "unplanned:scope"],
8484
},
8585
),
8686
(MatchSchema, Match, {"match": "hello", "type": "hello"}),

0 commit comments

Comments
 (0)