PyExecutor ResourceResolution store/retrieve templates
[ccsdk/cds.git] / ms / py-executor / resource_resolution / tests / authorization_interceptor_test.py
index 4b03f0b..734059f 100644 (file)
@@ -17,7 +17,7 @@ from unittest.mock import MagicMock, _Call
 
 import pytest
 
-from resource_resolution.authorization import AuthTokenInterceptor, NewClientCallDetails
+from resource_resolution.grpc.authorization import AuthTokenInterceptor, NewClientCallDetails
 
 
 def test_resource_resolution_auth_token_interceptor():