Skip to content

Commit 80e4ff0

Browse files
committed
Updated emualtor configs
1 parent bac7e1c commit 80e4ff0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/emulator-testing/emulators/dataconnect-emulator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export class DataConnectEmulator extends Emulator {
5151
}
5252
async setUp(): Promise<void> {
5353
await super.setUp();
54-
await fetch(`localhost:${this.port}/emulator/configure`, {
54+
await fetch(`http://localhost:${this.port}/emulator/configure`, {
5555
method: 'POST',
5656
body: JSON.stringify({
5757
'use_dummy': true

0 commit comments

Comments
 (0)