From c9f35e54d5d894051ceb446d1dce54915dcb20f6 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 7 Aug 2023 07:19:16 +0300 Subject: Update module name/path Change from gn3 to gn_auth --- tests/unit/auth/test_token.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/unit/auth/test_token.py') diff --git a/tests/unit/auth/test_token.py b/tests/unit/auth/test_token.py index 76316ea..4a864fe 100644 --- a/tests/unit/auth/test_token.py +++ b/tests/unit/auth/test_token.py @@ -2,7 +2,7 @@ import pytest -from gn3.auth import db +from gn_auth.auth import db SUCCESS_RESULT = { "status_code": 200, -- cgit v1.2.3