mirror of
https://github.com/frappe/lms.git
synced 2026-05-02 13:39:31 +03:00
test: updated test for open to work
This commit is contained in:
@@ -28,6 +28,7 @@ class TestAuth(FrappeAPITestCase):
|
||||
url,
|
||||
headers=headers,
|
||||
)
|
||||
print(response.json)
|
||||
self.assertEqual(response.json.get("exc_type"), "PermissionError")
|
||||
|
||||
def tearDown(self):
|
||||
|
||||
Reference in New Issue
Block a user