There was an error while loading. Please reload this page.
1 parent ade3b32 commit 7ebe4c3Copy full SHA for 7ebe4c3
1 file changed
tests/actual_tests/misc_test.py
@@ -190,17 +190,6 @@ async def test_public_ocs_async(anc_any):
190
assert r == await anc_any._session.ocs("GET", "ocs/v1.php/cloud/capabilities") # noqa
191
192
193
-def test_all_scope(nc_any):
194
- r = nc_any.ocs("GET", "/ocs/v2.php/core/whatsnew")
195
- assert isinstance(r, list)
196
-
197
198
-@pytest.mark.asyncio(scope="session")
199
-async def test_all_scope_async(anc_any):
200
- r = await anc_any.ocs("GET", "/ocs/v2.php/core/whatsnew")
201
202
203
204
def test_perform_login(nc_any):
205
new_nc = Nextcloud() if isinstance(nc_any, Nextcloud) else NextcloudApp()
206
assert not new_nc._session._capabilities
0 commit comments