Skip to content

Commit

Permalink
Removing --as-machine flag
Browse files Browse the repository at this point in the history
  • Loading branch information
willvedd authored and sergiught committed Dec 9, 2022
1 parent a0a35bf commit f914c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/test-cases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ config:

tests:
login as machine:
command: auth0 logout $AUTH0_CLI_CLIENT_DOMAIN; auth0 login --as-machine --client-id $AUTH0_CLI_CLIENT_ID --client-secret $AUTH0_CLI_CLIENT_SECRET --domain $AUTH0_CLI_CLIENT_DOMAIN
command: auth0 logout $AUTH0_CLI_CLIENT_DOMAIN; auth0 login --client-id $AUTH0_CLI_CLIENT_ID --client-secret $AUTH0_CLI_CLIENT_SECRET --domain $AUTH0_CLI_CLIENT_DOMAIN
stderr: "Successfully authenticated to"
exit-code: 0

Expand Down

0 comments on commit f914c25

Please sign in to comment.