@@ -1438,7 +1438,7 @@ fn simple_neon_integration() {
1438
1438
1439
1439
let ( mut naka_conf, _miner_account) = naka_neon_integration_conf ( None ) ;
1440
1440
let prom_bind = "127.0.0.1:6000" . to_string ( ) ;
1441
- naka_conf. node . prometheus_bind = Some ( prom_bind) ;
1441
+ naka_conf. node . prometheus_bind = Some ( prom_bind. clone ( ) ) ;
1442
1442
naka_conf. miner . wait_on_interim_blocks = Duration :: from_secs ( 5 ) ;
1443
1443
let sender_sk = Secp256k1PrivateKey :: new ( ) ;
1444
1444
// setup sender + recipient for a test stx transfer
@@ -6264,7 +6264,7 @@ fn signer_chainstate() {
6264
6264
let ( mut naka_conf, _miner_account) = naka_neon_integration_conf ( None ) ;
6265
6265
let prom_bind = "127.0.0.1:6000" . to_string ( ) ;
6266
6266
let http_origin = format ! ( "http://{}" , & naka_conf. node. rpc_bind) ;
6267
- naka_conf. node . prometheus_bind = Some ( prom_bind) ;
6267
+ naka_conf. node . prometheus_bind = Some ( prom_bind. clone ( ) ) ;
6268
6268
naka_conf. miner . wait_on_interim_blocks = Duration :: from_secs ( 1 ) ;
6269
6269
let sender_sk = Secp256k1PrivateKey :: new ( ) ;
6270
6270
// setup sender + recipient for a test stx transfer
@@ -6854,7 +6854,7 @@ fn continue_tenure_extend() {
6854
6854
let mut signers = TestSigners :: default ( ) ;
6855
6855
let ( mut naka_conf, _miner_account) = naka_neon_integration_conf ( None ) ;
6856
6856
let prom_bind = "127.0.0.1:6000" . to_string ( ) ;
6857
- naka_conf. node . prometheus_bind = Some ( prom_bind) ;
6857
+ naka_conf. node . prometheus_bind = Some ( prom_bind. clone ( ) ) ;
6858
6858
naka_conf. miner . wait_on_interim_blocks = Duration :: from_secs ( 1 ) ;
6859
6859
naka_conf. connection_options . block_proposal_max_age_secs = u64:: MAX ;
6860
6860
let http_origin = naka_conf. node . data_url . clone ( ) ;
0 commit comments