Skip to content

Commit 92b0f19

Browse files
committed
Merge branch 'main' into websocketproxyservice
2 parents fb5057b + 84ebf86 commit 92b0f19

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed
File renamed without changes.
File renamed without changes.

webdev/test/tls_test.dart

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ void main() {
2828
configureLogWriter(debug);
2929
await testRunner.setUpAll();
3030
exampleDirectory =
31-
p.absolute(p.join(p.current, '..', 'fixtures', '_experimentSound'));
31+
p.absolute(p.join(p.current, '..', 'fixtures', '_webdevSoundSmoke'));
3232

3333
final process = await TestProcess.start(
3434
'dart',
@@ -53,7 +53,6 @@ void main() {
5353
'--hostname=0.0.0.0',
5454
'--tls-cert-chain=localhost+2.pem',
5555
'--tls-cert-key=localhost+2-key.pem',
56-
'--enable-experiment=dot-shorthands',
5756
];
5857

5958
final process =

0 commit comments

Comments
 (0)