@@ -222,7 +222,7 @@ mod tests {
222
222
let path = "/certificate/{certificate_hash}" ;
223
223
let url = BASE_URL . replace ( "PORT" , & PORT . to_string ( ) ) ;
224
224
let certificate_hash =
225
- "74ad5da3825aea1c9c2323a42cdcb4abebeee0424fec41885973f57f6520a164 " ;
225
+ "8f4e859b16774da9a57926d7af226bfe0a655a8e309ae4be234d0e776eb4a59f " ;
226
226
let response = reqwest:: get ( & format ! (
227
227
"{url}{}" ,
228
228
path. replace( "{certificate_hash}" , certificate_hash)
@@ -276,7 +276,7 @@ mod tests {
276
276
yield_now ( ) . await ;
277
277
278
278
let path = "/artifact/snapshot/{digest}" ;
279
- let digest = "83d3b70729cf0d2c27f91c49aba6ec7e90210511d9e431c6c4c7db8996386072 " ;
279
+ let digest = "000ee4c84c7b64a62dc30ec78a765a1f3bb81cd9dd4bd1eccf9f2da785e70877 " ;
280
280
let url = BASE_URL . replace ( "PORT" , & PORT . to_string ( ) ) ;
281
281
let response = reqwest:: get ( & format ! ( "{url}{}" , path. replace( "{digest}" , digest) ) )
282
282
. await
@@ -331,7 +331,7 @@ mod tests {
331
331
yield_now ( ) . await ;
332
332
333
333
let path = "/artifact/mithril-stake-distribution/{hash}" ;
334
- let hash = "11b6f0165d431ba6a9906c8f8ffab317e10104a06c986517165fc7766cc22dbe " ;
334
+ let hash = "03ebb00e6626037f2e58eb7cc50d308fd57c253baa1fe2b04eb5945ced16b5bd " ;
335
335
let url = BASE_URL . replace ( "PORT" , & PORT . to_string ( ) ) ;
336
336
let response = reqwest:: get ( & format ! ( "{url}{}" , path. replace( "{hash}" , hash) ) )
337
337
. await
0 commit comments