We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec5b3db commit 3f29516Copy full SHA for 3f29516
tests/basic/01_running_program.py
@@ -7,6 +7,7 @@
7
serverless = ServerlessClient(
8
token=os.environ.get("GATEWAY_TOKEN", "awesome_token"),
9
host=os.environ.get("GATEWAY_HOST", "http://localhost:8000"),
10
+ instance=os.environ.get("GATEWAY_INSTANCE", "an_awesome_crn"),
11
)
12
print(serverless)
13
0 commit comments