mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 02:50:02 -03:30
Merge pull request #2459 from AlanCoding/old_cred_msg
Change key to match old error message
This commit is contained in:
commit
c78e274373
@ -2163,7 +2163,7 @@ class InventorySourceSerializer(UnifiedJobTemplateSerializer, InventorySourceOpt
|
||||
cred
|
||||
)
|
||||
if cred_error:
|
||||
raise serializers.ValidationError({"detail": cred_error})
|
||||
raise serializers.ValidationError({"credential": cred_error})
|
||||
|
||||
return attrs
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user