mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 04:10:44 -03:30
Fix failing unit tests due to missing scm_revision key
This commit is contained in:
parent
d8814b7162
commit
7b1158ee8e
@ -71,6 +71,7 @@ describe('<ProjectsListItem />', () => {
|
||||
url: '/api/v2/projects/1',
|
||||
type: 'project',
|
||||
scm_type: 'git',
|
||||
scm_revision: '7788f7erga0jijodfgsjisiodf98sdga9hg9a98gaf',
|
||||
summary_fields: {
|
||||
last_job: {
|
||||
id: 9000,
|
||||
@ -97,6 +98,7 @@ describe('<ProjectsListItem />', () => {
|
||||
url: '/api/v2/projects/1',
|
||||
type: 'project',
|
||||
scm_type: 'git',
|
||||
scm_revision: '7788f7erga0jijodfgsjisiodf98sdga9hg9a98gaf',
|
||||
summary_fields: {
|
||||
last_job: {
|
||||
id: 9000,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user