1
0
mirror of https://github.com/quay/quay.git synced 2025-07-28 20:22:05 +03:00

chore: Run mypy as CI job (#1363)

* Run mypy as CI job

* Fix peewee.pyi and configure pyright
This commit is contained in:
Oleg Bulatov
2022-06-13 11:01:17 +02:00
committed by GitHub
parent 46cd48dd9f
commit 5eaf0584db
71 changed files with 278 additions and 237 deletions

View File

@ -3943,7 +3943,7 @@ class TestLogs(ApiTestCase):
json = self.getJsonResponse(UserAggregateLogs)
assert "aggregated" in json
def test_org_logs(self):
def test_org_aggregate_logs(self):
self.login(ADMIN_ACCESS_USER)
json = self.getJsonResponse(OrgAggregateLogs, params=dict(orgname=ORGANIZATION))