@@ -86,6 +86,7 @@ describe('Url integration tests', () => {
8686 tagStrings : '' ,
8787 createdAt : expect . stringMatching ( DATETIME_REGEX ) ,
8888 updatedAt : expect . stringMatching ( DATETIME_REGEX ) ,
89+ safeBrowsingExpiry : null ,
8990 } )
9091 } )
9192
@@ -108,6 +109,7 @@ describe('Url integration tests', () => {
108109 tagStrings : '' ,
109110 createdAt : expect . stringMatching ( DATETIME_REGEX ) ,
110111 updatedAt : expect . stringMatching ( DATETIME_REGEX ) ,
112+ safeBrowsingExpiry : null ,
111113 } )
112114 } )
113115
@@ -151,6 +153,7 @@ describe('Url integration tests', () => {
151153 tagStrings : '' ,
152154 createdAt : expect . stringMatching ( DATETIME_REGEX ) ,
153155 updatedAt : expect . stringMatching ( DATETIME_REGEX ) ,
156+ safeBrowsingExpiry : null ,
154157 } )
155158
156159 // Should be able to get updated link URL
@@ -172,6 +175,7 @@ describe('Url integration tests', () => {
172175 tagStrings : '' ,
173176 createdAt : expect . stringMatching ( DATETIME_REGEX ) ,
174177 updatedAt : expect . stringMatching ( DATETIME_REGEX ) ,
178+ safeBrowsingExpiry : null ,
175179 } ,
176180 ] ,
177181 count : 1 ,
@@ -203,6 +207,7 @@ describe('Url integration tests', () => {
203207 tagStrings : '' ,
204208 createdAt : expect . stringMatching ( DATETIME_REGEX ) ,
205209 updatedAt : expect . stringMatching ( DATETIME_REGEX ) ,
210+ safeBrowsingExpiry : null ,
206211 } )
207212
208213 // Should be able to get updated file URL
@@ -224,6 +229,7 @@ describe('Url integration tests', () => {
224229 tagStrings : '' ,
225230 createdAt : expect . stringMatching ( DATETIME_REGEX ) ,
226231 updatedAt : expect . stringMatching ( DATETIME_REGEX ) ,
232+ safeBrowsingExpiry : null ,
227233 } ,
228234 ] ,
229235 count : 1 ,
0 commit comments