Skip to content

Commit 37fade8

Browse files
fix: update emulator client usage in examples
Co-Authored-By: Rushil Srivastava <[email protected]>
1 parent d6182cf commit 37fade8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/full/tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# Imports from this repository
1010
from examples.full.serializer import Payload
1111
from examples.full.settings import (
12-
CLOUD_TASKS_EMULATOR_URL,
12+
CLOUD_TASKS_EMULATOR_HOST,
1313
IS_LOCAL,
1414
SCHEDULED_LOCATION_PATH,
1515
SCHEDULED_OIDC_TOKEN,

0 commit comments

Comments
 (0)