Fix typo in application module example (#12187)

This commit is contained in:
Aine Riordan
2022-06-09 14:38:34 +01:00
committed by GitHub
parent d216457c09
commit e244644a1d

View File

@@ -79,7 +79,7 @@ EXAMPLES = '''
organization: "test" organization: "test"
state: present state: present
authorization_grant_type: password authorization_grant_type: password
client-type: public client_type: public
- name: Add Foo application - name: Add Foo application
application: application:
@@ -88,7 +88,7 @@ EXAMPLES = '''
organization: "test" organization: "test"
state: present state: present
authorization_grant_type: authorization-code authorization_grant_type: authorization-code
client-type: confidential client_type: confidential
redirect_uris: redirect_uris:
- http://tower.com/api/v2/ - http://tower.com/api/v2/
''' '''