mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-28 19:55:20 +08:00
Updating broken test
This commit is contained in:
@@ -197,7 +197,7 @@ fn microblock_integration_test() {
|
||||
|
||||
conf.events_observers.push(
|
||||
EventObserverConfig {
|
||||
endpoint: format!("http://localhost:{}/", test_observer::EVENT_OBSERVER_PORT),
|
||||
endpoint: format!("localhost:{}", test_observer::EVENT_OBSERVER_PORT),
|
||||
events_keys: vec![ EventKeyType::AnyEvent ],
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user