test: updated test for open to work

This commit is contained in:
Jannat Patel
2026-01-20 22:07:42 +05:30
parent afbdb46fe8
commit 043c7902a3
2 changed files with 8 additions and 7 deletions

View File

@@ -28,6 +28,7 @@ class TestAuth(FrappeAPITestCase):
url,
headers=headers,
)
print(response.json)
self.assertEqual(response.json.get("exc_type"), "PermissionError")
def tearDown(self):