mirror of
https://github.com/ansible/awx.git
synced 2026-05-11 11:27:36 -02:30
Working on running spellcheck on everything ahead of merging the shellcheck/code check CI addition. (#13453)
This commit is contained in:
@@ -180,7 +180,7 @@ class SettingLoggingTest(GenericAPIView):
|
||||
if not port:
|
||||
return Response({'error': 'Port required for ' + protocol}, status=status.HTTP_400_BAD_REQUEST)
|
||||
else:
|
||||
# if http/https by this point, domain is reacheable
|
||||
# if http/https by this point, domain is reachable
|
||||
return Response(status=status.HTTP_202_ACCEPTED)
|
||||
|
||||
if protocol == 'udp':
|
||||
|
||||
Reference in New Issue
Block a user