Skip to content

Commit

Permalink
fix api test
Browse files Browse the repository at this point in the history
  • Loading branch information
tsullivan committed Jul 14, 2021
1 parent 325767d commit abe2627
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ const apiResponseFields = [
'attempts',
'created_by',
'jobtype',
'max_attempts',
'meta',
'payload.isDeprecated',
'payload.title',
Expand Down Expand Up @@ -70,7 +69,6 @@ export default function ({ getService }: FtrProviderContext) {
"attempts": 0,
"created_by": false,
"jobtype": "csv_searchsource",
"max_attempts": 1,
"meta": Object {
"objectType": "search",
},
Expand Down Expand Up @@ -99,7 +97,6 @@ export default function ({ getService }: FtrProviderContext) {
"attempts": 0,
"created_by": false,
"jobtype": "csv_searchsource",
"max_attempts": 1,
"meta": Object {
"objectType": "search",
},
Expand All @@ -124,7 +121,6 @@ export default function ({ getService }: FtrProviderContext) {
"attempts": 0,
"created_by": false,
"jobtype": "csv_searchsource",
"max_attempts": 1,
"meta": Object {
"objectType": "search",
},
Expand All @@ -148,7 +144,6 @@ export default function ({ getService }: FtrProviderContext) {
"attempts": 0,
"created_by": false,
"jobtype": "csv_searchsource",
"max_attempts": 1,
"meta": Object {
"objectType": "search",
},
Expand All @@ -174,7 +169,6 @@ export default function ({ getService }: FtrProviderContext) {
"attempts": 0,
"created_by": false,
"jobtype": "csv_searchsource",
"max_attempts": 1,
"meta": Object {
"objectType": "search",
},
Expand All @@ -198,7 +192,6 @@ export default function ({ getService }: FtrProviderContext) {
"attempts": 0,
"created_by": false,
"jobtype": "csv_searchsource",
"max_attempts": 1,
"meta": Object {
"objectType": "search",
},
Expand All @@ -220,7 +213,6 @@ export default function ({ getService }: FtrProviderContext) {
"attempts": 0,
"created_by": false,
"jobtype": "csv_searchsource",
"max_attempts": 1,
"meta": Object {
"objectType": "search",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ const apiResponseFields = [
'attempts',
'created_by',
'jobtype',
'max_attempts',
'meta',
'payload.isDeprecated',
'payload.title',
Expand Down Expand Up @@ -60,7 +59,6 @@ export default function ({ getService }: FtrProviderContext) {
"attempts": 0,
"created_by": false,
"jobtype": "csv",
"max_attempts": 1,
"meta": Object {},
"payload": Object {
"isDeprecated": true,
Expand Down Expand Up @@ -103,7 +101,6 @@ export default function ({ getService }: FtrProviderContext) {
"attempts": 0,
"created_by": false,
"jobtype": "csv",
"max_attempts": 1,
"meta": Object {},
"payload": Object {
"isDeprecated": true,
Expand Down Expand Up @@ -139,7 +136,6 @@ export default function ({ getService }: FtrProviderContext) {
"attempts": 0,
"created_by": false,
"jobtype": "csv",
"max_attempts": 1,
"meta": Object {},
"payload": Object {
"isDeprecated": true,
Expand Down Expand Up @@ -172,7 +168,6 @@ export default function ({ getService }: FtrProviderContext) {
"attempts": 0,
"created_by": false,
"jobtype": "csv",
"max_attempts": 1,
"meta": Object {},
"payload": Object {
"isDeprecated": true,
Expand Down

0 comments on commit abe2627

Please sign in to comment.