Skip to content

Commit 3f29516

Browse files
committed
Update kubernetes tests
1 parent ec5b3db commit 3f29516

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/basic/01_running_program.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
serverless = ServerlessClient(
88
token=os.environ.get("GATEWAY_TOKEN", "awesome_token"),
99
host=os.environ.get("GATEWAY_HOST", "http://localhost:8000"),
10+
instance=os.environ.get("GATEWAY_INSTANCE", "an_awesome_crn"),
1011
)
1112
print(serverless)
1213

0 commit comments

Comments
 (0)