Skip to content

Commit

Permalink
Updated emualtor configs
Browse files Browse the repository at this point in the history
  • Loading branch information
maneesht committed Jan 14, 2025
1 parent bac7e1c commit 80e4ff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/emulator-testing/emulators/dataconnect-emulator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export class DataConnectEmulator extends Emulator {
}
async setUp(): Promise<void> {
await super.setUp();
await fetch(`localhost:${this.port}/emulator/configure`, {
await fetch(`http://localhost:${this.port}/emulator/configure`, {
method: 'POST',
body: JSON.stringify({
'use_dummy': true
Expand Down

0 comments on commit 80e4ff0

Please sign in to comment.