Index: runtime/observatory/tests/service/test_helper.dart |
diff --git a/runtime/observatory/tests/service/test_helper.dart b/runtime/observatory/tests/service/test_helper.dart |
index 9e8caa883ff1aedd8bcb4ba2f3e3ea02daa1a8ce..a7228768c515dbc2337408027bc5c68e6c75da2d 100644 |
--- a/runtime/observatory/tests/service/test_helper.dart |
+++ b/runtime/observatory/tests/service/test_helper.dart |
@@ -281,7 +281,7 @@ class _ServiceTesteeLauncher { |
void setupAddresses(Uri serverAddress) { |
serviceWebsocketAddress = |
- 'ws://${serverAddress.authority}${serverAddress.path}ws'; |
+ 'ws://${serverAddress.authority}${serverAddress.path}ws'; |
serviceHttpAddress = |
'http://${serverAddress.authority}${serverAddress.path}'; |
} |