Skip to content

Commit 42c8ffc

Browse files
committed
Add clarifying comment
1 parent 6681e81 commit 42c8ffc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/tests_app.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ def test_app_requires_auth(self) -> None:
6565

6666
def test_shows_own_and_own_team_uploads(self) -> None:
6767
self.await_(self.database.execute(
68+
# Another team's archive we shouldn't be able to see.
6869
Archive.insert().values(
6970
id=8888888888,
7071
content=b'',

0 commit comments

Comments
 (0)