fix spots where tests were not updated to work with new version of test framework

This commit is contained in:
Laura Abro
2025-04-30 12:59:02 -03:00
parent 59833f5d3f
commit 7d1965c216
8 changed files with 24 additions and 20 deletions

View File

@ -6,7 +6,7 @@
},
"keypairs": {
"staking": "WORKER1_STAKING_KEYPAIR",
"public": "WORKER1_PUBLIC_KEYPAIR"
"main": "WORKER1_PUBLIC_KEYPAIR"
}
},
"worker2": {
@ -16,7 +16,7 @@
},
"keypairs": {
"staking": "WORKER2_STAKING_KEYPAIR",
"public": "WORKER2_PUBLIC_KEYPAIR"
"main": "WORKER2_PUBLIC_KEYPAIR"
}
}
}