(self, dbx_app_auth_from_env)
| 161 | refresh_dbx_from_env.users_get_current_account() |
| 162 | |
| 163 | def test_app_auth(self, dbx_app_auth_from_env): |
| 164 | dbx_app_auth_from_env.check_app(query="hello world") |
| 165 | |
| 166 | def test_downscope(self, refresh_dbx_from_env): |
| 167 | refresh_dbx_from_env.users_get_current_account() |