Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 02b8024

Browse files
Fix payload test meta data
1 parent bb354da commit 02b8024

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

test/common/testData.js

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,10 @@ const testTopics = {
1919
scoreCardId: 30001852,
2020
metadata: {
2121
testType: 'provisional',
22-
assertions: {
22+
tests: {
2323
pending: 0,
2424
failed: 1,
2525
total: 10
26-
},
27-
tests: {
28-
total: 10
2926
}
3027
},
3128
created: '2019-11-06T15:02:35.539Z',
@@ -54,13 +51,10 @@ const testTopics = {
5451
scoreCardId: 30001852,
5552
metadata: {
5653
testType: 'provisional',
57-
assertions: {
54+
tests: {
5855
pending: 0,
5956
failed: 2,
6057
total: 10
61-
},
62-
tests: {
63-
total: 10
6458
}
6559
},
6660
created: '2019-11-06T15:02:35.539Z',

0 commit comments

Comments
 (0)