| Index: tests/standalone/vmservice/isolate_echo_test.dart
|
| diff --git a/tests/standalone/vmservice/isolate_echo_test.dart b/tests/standalone/vmservice/isolate_echo_test.dart
|
| index f5ed76184525a83a289924df80a39310d04cd7de..f8bf73ac259808e227965227504107bd8673707a 100644
|
| --- a/tests/standalone/vmservice/isolate_echo_test.dart
|
| +++ b/tests/standalone/vmservice/isolate_echo_test.dart
|
| @@ -9,7 +9,7 @@ import 'package:expect/expect.dart';
|
|
|
| class EchoRequestTest extends VmServiceRequestHelper {
|
| EchoRequestTest(port, id) :
|
| - super('http://127.0.0.1:$port/isolates/$id/_echo/foo/bar?a=b&k=&d=e&z=w');
|
| + super('http://127.0.0.1:$port/$id/_echo/foo/bar?a=b&k=&d=e&z=w');
|
|
|
| onRequestCompleted(Map reply) {
|
| Expect.equals('message', reply['type']);
|
|
|