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:
@ -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))
|
||||
|
Reference in New Issue
Block a user