Updating broken test

This commit is contained in:
Ludo Galabru
2020-07-07 10:26:16 -04:00
parent f58f3e7c17
commit 631267f5ab

View File

@@ -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 ],
});