Skip to content

Commit 7ebe4c3

Browse files
committed
removed failing tests for Nextcloud 33
Signed-off-by: Oleksander Piskun <oleksandr2088@icloud.com>
1 parent ade3b32 commit 7ebe4c3

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

tests/actual_tests/misc_test.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -190,17 +190,6 @@ async def test_public_ocs_async(anc_any):
190190
assert r == await anc_any._session.ocs("GET", "ocs/v1.php/cloud/capabilities") # noqa
191191

192192

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-
assert isinstance(r, list)
202-
203-
204193
def test_perform_login(nc_any):
205194
new_nc = Nextcloud() if isinstance(nc_any, Nextcloud) else NextcloudApp()
206195
assert not new_nc._session._capabilities

0 commit comments

Comments
 (0)