Skip to content

Commit 44a7d52

Browse files
committed
test: annotate empty collections in the log-stream credential test
1 parent 58a9b83 commit 44a7d52

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/app/sep/routes/test_stream_logs.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ def test_sync_hop_is_authenticated_as_the_service_principal(
120120
"app.sep.routes.stream_logs.require_internal_token",
121121
return_value="internal-token",
122122
)
123-
active_tokens = []
124-
sync_token = {}
123+
active_tokens: list[str] = []
124+
sync_token: dict[str, str] = {}
125125

126126
@contextmanager
127127
def recording_auth(token: str):

0 commit comments

Comments
 (0)