We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bac7e1c commit 80e4ff0Copy full SHA for 80e4ff0
scripts/emulator-testing/emulators/dataconnect-emulator.ts
@@ -51,7 +51,7 @@ export class DataConnectEmulator extends Emulator {
51
}
52
async setUp(): Promise<void> {
53
await super.setUp();
54
- await fetch(`localhost:${this.port}/emulator/configure`, {
+ await fetch(`http://localhost:${this.port}/emulator/configure`, {
55
method: 'POST',
56
body: JSON.stringify({
57
'use_dummy': true
0 commit comments