@@ -24,7 +24,7 @@ const mockActivityResponse = {
2424 activityType : 'favourites' ,
2525 resourceId : 'article1' ,
2626 resourceType : 'article' ,
27- resourceDomain : 'articles ' ,
27+ resourceDomain : 'world-service-news ' ,
2828 created : '2026-02-15T18:30:05Z' ,
2929 action : 'favourited' ,
3030 metaData : {
@@ -33,13 +33,13 @@ const mockActivityResponse = {
3333 title : 'Article Title 1' ,
3434 locatorUrl : '/hindi/articles/article1' ,
3535 } ,
36- '@id' : 'urn:bbc:articles :article:article1' ,
36+ '@id' : 'urn:bbc:world-service-news :article:article1' ,
3737 } as UasActivityItem ,
3838 {
3939 activityType : 'favourites' ,
4040 resourceId : 'article2' ,
4141 resourceType : 'article' ,
42- resourceDomain : 'articles ' ,
42+ resourceDomain : 'world-service-news ' ,
4343 created : '2026-02-12T11:12:52Z' ,
4444 action : 'favourited' ,
4545 metaData : {
@@ -48,7 +48,7 @@ const mockActivityResponse = {
4848 title : 'Article Title 2' ,
4949 locatorUrl : '/Hindi/articles/article2' ,
5050 } ,
51- '@id' : 'urn:bbc:articles :article:article2' ,
51+ '@id' : 'urn:bbc:world-service-news :article:article2' ,
5252 } as UasActivityItem ,
5353 ] ,
5454} ;
@@ -97,7 +97,7 @@ describe('getRecentActivity', () => {
9797 queryParams : {
9898 startIndex : 10 ,
9999 items : 10 ,
100- resourceDomain : 'articles ' ,
100+ resourceDomain : 'world-service-news ' ,
101101 resourceType : 'article' ,
102102 action : 'favourited' ,
103103 } ,
@@ -116,7 +116,7 @@ describe('getRecentActivity', () => {
116116 queryParams : {
117117 startIndex : 0 ,
118118 items : 10 ,
119- resourceDomain : 'articles ' ,
119+ resourceDomain : 'world-service-news ' ,
120120 resourceType : 'article' ,
121121 action : 'favourited' ,
122122 } ,
@@ -148,11 +148,11 @@ describe('getRecentActivity', () => {
148148 activityType : 'favourites' ,
149149 resourceId : 'article1' ,
150150 resourceType : 'article' ,
151- resourceDomain : 'articles ' ,
151+ resourceDomain : 'world-service-news ' ,
152152 created : '2026-02-15T18:30:05Z' ,
153153 action : 'favourited' ,
154154 metaData : { } ,
155- '@id' : 'urn:bbc:articles :article:article1' ,
155+ '@id' : 'urn:bbc:world-service-news :article:article1' ,
156156 } as UasActivityItem ,
157157 ] ,
158158 } ;
@@ -182,7 +182,7 @@ describe('getRecentActivity', () => {
182182 queryParams : {
183183 startIndex : 0 ,
184184 items : 10 ,
185- resourceDomain : 'articles ' ,
185+ resourceDomain : 'world-service-news ' ,
186186 resourceType : 'article' ,
187187 action : 'favourited' ,
188188 } ,
0 commit comments