mirror of
https://github.com/ansible/awx.git
synced 2026-03-28 06:15:04 -02:30
makes censor characters consistent
This commit is contained in:
@@ -115,7 +115,7 @@ def test_oauth_token_create(oauth_application, get, post, admin):
|
||||
)
|
||||
assert response.data['summary_fields']['tokens']['count'] == 1
|
||||
assert response.data['summary_fields']['tokens']['results'][0] == {
|
||||
'id': token.pk, 'scope': token.scope, 'token': '**************'
|
||||
'id': token.pk, 'scope': token.scope, 'token': '************'
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user