We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3615f1e commit fb6981eCopy full SHA for fb6981e
tests/test_app.py
@@ -8,6 +8,7 @@ class TestClient:
8
async def test_basic_usage(self):
9
app = await client.all_apps()
10
app = app[0]
11
+ await app.data()
12
await app.status()
13
await app.logs()
14
await app.backup()
0 commit comments