Update bindings/bindingtester/spec/tenantTester.md

Co-authored-by: A.J. Beamon <aj.beamon@snowflake.com>
This commit is contained in:
Jon Fu 2023-01-31 18:01:06 -05:00 committed by GitHub
parent 2ade905a60
commit 56bef16a87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -50,9 +50,9 @@ The tenant API introduces some new operations:
#### TENANT_GET_ID
Attempts to resolve the active tenant's ID. GOT_TENANT_ID is pushed onto the stack
if an ID was successfully read after waiting on the ID future.
NO_ACTIVE_TENANT is pushed onto the stack if there is no active tenant.
Attempts to resolve the active tenant's ID. Pushes the string "GOT_TENANT_ID" onto
the stack if an ID was successfully read after waiting on the ID future. Pushes the string
"NO_ACTIVE_TENANT" if there is no active tenant.
Updates to Existing Instructions
--------------------------------