From f9ddba423beb05c8143684a2d5a5686d049d1f34 Mon Sep 17 00:00:00 2001
From: Shreya Malviya <shreya.malviya@gmail.com>
Date: Mon, 1 Aug 2022 19:05:40 +0530
Subject: [PATCH] UT: Change imports cc.resources.auth.registration ->
 cc.resources.auth.register

---
 .../monkey_island/cc/resources/auth/test_registration.py        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/monkey/tests/unit_tests/monkey_island/cc/resources/auth/test_registration.py b/monkey/tests/unit_tests/monkey_island/cc/resources/auth/test_registration.py
index c10f0b011..67d7478d9 100644
--- a/monkey/tests/unit_tests/monkey_island/cc/resources/auth/test_registration.py
+++ b/monkey/tests/unit_tests/monkey_island/cc/resources/auth/test_registration.py
@@ -4,7 +4,7 @@ from unittest.mock import MagicMock
 import pytest
 
 from common.utils.exceptions import AlreadyRegisteredError, InvalidRegistrationCredentialsError
-from monkey_island.cc.resources.auth.registration import Registration
+from monkey_island.cc.resources.auth.register import Registration
 
 REGISTRATION_URL = Registration.urls[0]