Skip to content

Commit ce4ffec

Browse files
committed
Update the fixtures to match the updated API response.
1 parent 9f45865 commit ce4ffec

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

test/_fixtures/metadata-authenticated-premium.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2080,7 +2080,7 @@
20802080
"dataType": "INTEGER",
20812081
"group": "Content Grouping",
20822082
"status": "PUBLIC",
2083-
"uiName": "Unique Views (1)",
2083+
"uiName": "Unique Views 1",
20842084
"description": "The number of different (unique) pages within a session for the specified content group. This takes into account both the pagePath and pageTitle to determine uniqueness.",
20852085
"minTemplateIndex": "1",
20862086
"maxTemplateIndex": "5"
@@ -2094,7 +2094,7 @@
20942094
"dataType": "INTEGER",
20952095
"group": "Content Grouping",
20962096
"status": "PUBLIC",
2097-
"uiName": "Unique Views (2)",
2097+
"uiName": "Unique Views 2",
20982098
"description": "The number of different (unique) pages within a session for the specified content group. This takes into account both the pagePath and pageTitle to determine uniqueness.",
20992099
"minTemplateIndex": "1",
21002100
"maxTemplateIndex": "5"
@@ -2108,7 +2108,7 @@
21082108
"dataType": "INTEGER",
21092109
"group": "Content Grouping",
21102110
"status": "PUBLIC",
2111-
"uiName": "Unique Views (3)",
2111+
"uiName": "Unique Views 3",
21122112
"description": "The number of different (unique) pages within a session for the specified content group. This takes into account both the pagePath and pageTitle to determine uniqueness.",
21132113
"minTemplateIndex": "1",
21142114
"maxTemplateIndex": "5"
@@ -2122,7 +2122,7 @@
21222122
"dataType": "INTEGER",
21232123
"group": "Content Grouping",
21242124
"status": "PUBLIC",
2125-
"uiName": "Unique Views (4)",
2125+
"uiName": "Unique Views 4",
21262126
"description": "The number of different (unique) pages within a session for the specified content group. This takes into account both the pagePath and pageTitle to determine uniqueness.",
21272127
"minTemplateIndex": "1",
21282128
"maxTemplateIndex": "5"
@@ -2136,7 +2136,7 @@
21362136
"dataType": "INTEGER",
21372137
"group": "Content Grouping",
21382138
"status": "PUBLIC",
2139-
"uiName": "Unique Views (5)",
2139+
"uiName": "Unique Views 5",
21402140
"description": "The number of different (unique) pages within a session for the specified content group. This takes into account both the pagePath and pageTitle to determine uniqueness.",
21412141
"minTemplateIndex": "1",
21422142
"maxTemplateIndex": "5"

test/_fixtures/metadata-authenticated.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2080,7 +2080,7 @@
20802080
"dataType": "INTEGER",
20812081
"group": "Content Grouping",
20822082
"status": "PUBLIC",
2083-
"uiName": "Unique Views (1)",
2083+
"uiName": "Unique Views 1",
20842084
"description": "The number of different (unique) pages within a session for the specified content group. This takes into account both the pagePath and pageTitle to determine uniqueness.",
20852085
"minTemplateIndex": "1",
20862086
"maxTemplateIndex": "5"
@@ -2094,7 +2094,7 @@
20942094
"dataType": "INTEGER",
20952095
"group": "Content Grouping",
20962096
"status": "PUBLIC",
2097-
"uiName": "Unique Views (2)",
2097+
"uiName": "Unique Views 2",
20982098
"description": "The number of different (unique) pages within a session for the specified content group. This takes into account both the pagePath and pageTitle to determine uniqueness.",
20992099
"minTemplateIndex": "1",
21002100
"maxTemplateIndex": "5"
@@ -2108,7 +2108,7 @@
21082108
"dataType": "INTEGER",
21092109
"group": "Content Grouping",
21102110
"status": "PUBLIC",
2111-
"uiName": "Unique Views (3)",
2111+
"uiName": "Unique Views 3",
21122112
"description": "The number of different (unique) pages within a session for the specified content group. This takes into account both the pagePath and pageTitle to determine uniqueness.",
21132113
"minTemplateIndex": "1",
21142114
"maxTemplateIndex": "5"
@@ -2122,7 +2122,7 @@
21222122
"dataType": "INTEGER",
21232123
"group": "Content Grouping",
21242124
"status": "PUBLIC",
2125-
"uiName": "Unique Views (4)",
2125+
"uiName": "Unique Views 4",
21262126
"description": "The number of different (unique) pages within a session for the specified content group. This takes into account both the pagePath and pageTitle to determine uniqueness.",
21272127
"minTemplateIndex": "1",
21282128
"maxTemplateIndex": "5"
@@ -2136,7 +2136,7 @@
21362136
"dataType": "INTEGER",
21372137
"group": "Content Grouping",
21382138
"status": "PUBLIC",
2139-
"uiName": "Unique Views (5)",
2139+
"uiName": "Unique Views 5",
21402140
"description": "The number of different (unique) pages within a session for the specified content group. This takes into account both the pagePath and pageTitle to determine uniqueness.",
21412141
"minTemplateIndex": "1",
21422142
"maxTemplateIndex": "5"

test/_fixtures/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1900,7 +1900,7 @@
19001900
"dataType": "INTEGER",
19011901
"group": "Content Grouping",
19021902
"status": "PUBLIC",
1903-
"uiName": "Unique Views (XX)",
1903+
"uiName": "Unique Views XX",
19041904
"description": "The number of different (unique) pages within a session for the specified content group. This takes into account both the pagePath and pageTitle to determine uniqueness.",
19051905
"minTemplateIndex": "1",
19061906
"maxTemplateIndex": "5"

0 commit comments

Comments
 (0)