Skip to content

Commit 9a6846d

Browse files
committed
fix: renamed method _getCSAuthorizationSection
1 parent 48b633c commit 9a6846d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/DIRAC/Core/Tornado/Server/TornadoREST.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ def _getComponentInfoDict(cls, fullComponentName: str, fullURL: str) -> dict:
267267
return {}
268268

269269
@classmethod
270-
def _getCSAuthorizarionSection(cls, apiName):
270+
def _getCSAuthorizationSection(cls, apiName):
271271
"""Search endpoint auth section.
272272
273273
:param str apiName: API name, see :py:meth:`_getFullComponentName`

src/DIRAC/Core/Tornado/Server/TornadoService.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ def _getComponentInfoDict(cls, serviceName, fullURL):
152152
return cls._serviceInfoDict
153153

154154
@classmethod
155-
def _getCSAuthorizarionSection(cls, serviceName):
155+
def _getCSAuthorizationSection(cls, serviceName):
156156
"""Search service auth section.
157157
158158
:param str serviceName: service name, see :py:meth:`_getFullComponentName`

0 commit comments

Comments
 (0)