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