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

Commit 595cc74

Browse files
committed
feat: remove test_id from test_results in GQL
1 parent 29bdd7e commit 595cc74

20 files changed

+1
-31
lines changed

graphql_api/tests/snapshots/analytics__TestAnalyticsTestCase__analytics_flag_filter__0.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[
22
{
33
"name": "test1",
4-
"test_id": "test_id1",
54
"testsuite": [
65
"testsuite1"
76
],

graphql_api/tests/snapshots/analytics__TestAnalyticsTestCase__analytics_term_filter__0.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[
22
{
33
"name": "test1",
4-
"test_id": "test_id1",
54
"testsuite": [
65
"testsuite1"
76
],

graphql_api/tests/snapshots/analytics__TestAnalyticsTestCase__analytics_testsuite_filter__0.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[
22
{
33
"name": "test1",
4-
"test_id": "test_id1",
54
"testsuite": [
65
"testsuite1"
76
],

graphql_api/tests/snapshots/analytics__TestAnalyticsTestCase__results__0.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[
22
{
33
"name": "test5",
4-
"test_id": "test_id5",
54
"testsuite": [
65
"testsuite5"
76
],
@@ -21,7 +20,6 @@
2120
},
2221
{
2322
"name": "test4",
24-
"test_id": "test_id4",
2523
"testsuite": [
2624
"testsuite4"
2725
],
@@ -41,7 +39,6 @@
4139
},
4240
{
4341
"name": "test3",
44-
"test_id": "test_id3",
4542
"testsuite": [
4643
"testsuite3"
4744
],
@@ -61,7 +58,6 @@
6158
},
6259
{
6360
"name": "test2",
64-
"test_id": "test_id2",
6561
"testsuite": [
6662
"testsuite2"
6763
],
@@ -81,7 +77,6 @@
8177
},
8278
{
8379
"name": "test1",
84-
"test_id": "test_id1",
8580
"testsuite": [
8681
"testsuite1"
8782
],

graphql_api/tests/snapshots/analytics__TestAnalyticsTestCase__results_asc__0.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[
22
{
33
"name": "test1",
4-
"test_id": "test_id1",
54
"testsuite": [
65
"testsuite1"
76
],
@@ -21,7 +20,6 @@
2120
},
2221
{
2322
"name": "test2",
24-
"test_id": "test_id2",
2523
"testsuite": [
2624
"testsuite2"
2725
],
@@ -41,7 +39,6 @@
4139
},
4240
{
4341
"name": "test3",
44-
"test_id": "test_id3",
4542
"testsuite": [
4643
"testsuite3"
4744
],
@@ -61,7 +58,6 @@
6158
},
6259
{
6360
"name": "test4",
64-
"test_id": "test_id4",
6561
"testsuite": [
6662
"testsuite4"
6763
],
@@ -81,7 +77,6 @@
8177
},
8278
{
8379
"name": "test5",
84-
"test_id": "test_id5",
8580
"testsuite": [
8681
"testsuite5"
8782
],

graphql_api/tests/snapshots/analytics__TestAnalyticsTestCase__results_pagination_asc_first_1__0.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[
22
{
33
"name": "test1",
4-
"test_id": "test_id1",
54
"testsuite": [
65
"testsuite1"
76
],

graphql_api/tests/snapshots/analytics__TestAnalyticsTestCase__results_pagination_asc_first_1_after__0.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[
22
{
33
"name": "test2",
4-
"test_id": "test_id2",
54
"testsuite": [
65
"testsuite2"
76
],

graphql_api/tests/snapshots/analytics__TestAnalyticsTestCase__results_pagination_asc_first_1_after_no_next__0.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[
22
{
33
"name": "test5",
4-
"test_id": "test_id5",
54
"testsuite": [
65
"testsuite5"
76
],

graphql_api/tests/snapshots/analytics__TestAnalyticsTestCase__results_pagination_asc_last_1__0.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[
22
{
33
"name": "test5",
4-
"test_id": "test_id5",
54
"testsuite": [
65
"testsuite5"
76
],

graphql_api/tests/snapshots/analytics__TestAnalyticsTestCase__results_pagination_asc_last_1_before__0.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[
22
{
33
"name": "test4",
4-
"test_id": "test_id4",
54
"testsuite": [
65
"testsuite4"
76
],

0 commit comments

Comments
 (0)