Skip to content

Commit ee78bee

Browse files
committed
fix: update failing test
1 parent 8f53232 commit ee78bee

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

components/controller/tests/test_kel_managing.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,21 +77,21 @@ async fn test_kel_managing() -> Result<(), ControllerError> {
7777
async fn test_kel_managing_with_witness() -> Result<(), ControllerError> {
7878
let root = Builder::new().prefix("test-db").tempdir().unwrap();
7979

80-
let first_witness_id: BasicPrefix = "BDg3H7Sr-eES0XWXiO8nvMxW6mD_1LxLeE1nuiZxhGp4"
80+
let first_witness_id: BasicPrefix = "BNJJhjUnhlw-lsbYdehzLsX1hJMG9QJlK_wJ5AunJLrM"
8181
.parse()
8282
.unwrap();
8383
// OOBI (Out-Of-Band Introduction) specifies the way how actors can be found.
8484
let first_witness_oobi: LocationScheme = serde_json::from_str(&format!(
85-
r#"{{"eid":{:?},"scheme":"http","url":"http://witness2.sandbox.argo.colossi.network/"}}"#,
85+
r#"{{"eid":{:?},"scheme":"http","url":"http://w1.ea.argo.colossi.network/"}}"#,
8686
first_witness_id
8787
))
8888
.unwrap();
8989

90-
let second_witness_id: BasicPrefix = "BDg1zxxf8u4Hx5IPraZzmStfSCZFZbDzMHjqVcFW5OfP"
90+
let second_witness_id: BasicPrefix = "BFdfJEbC7__AqZdrXkxmW3THnZmIeJzCGpzJpgN6Ettw"
9191
.parse()
9292
.unwrap();
9393
let second_witness_oobi: LocationScheme = serde_json::from_str(&format!(
94-
r#"{{"eid":{:?},"scheme":"http","url":"http://witness3.sandbox.argo.colossi.network/"}}"#,
94+
r#"{{"eid":{:?},"scheme":"http","url":"http://w2.ea.argo.colossi.network/"}}"#,
9595
second_witness_id
9696
))
9797
.unwrap();

0 commit comments

Comments
 (0)