Skip to content

Commit

Permalink
feat(cli-test): include expected test trace outputs for the "env" sub…
Browse files Browse the repository at this point in the history
…commands (#2097)
  • Loading branch information
zimeg authored Nov 22, 2024
1 parent 7e015c6 commit 7b49582
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/cli-test/src/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ export const SlackTracerId = {
SLACK_TRACE_TRIGGERS_ACCESS_SUCCESS: 'SLACK_TRACE_TRIGGERS_ACCESS_SUCCESS',
SLACK_TRACE_TRIGGERS_CREATE_SUCCESS: 'SLACK_TRACE_TRIGGERS_CREATE_SUCCESS',
SLACK_TRACE_TRIGGERS_CREATE_URL: 'SLACK_TRACE_TRIGGERS_CREATE_URL',
SLACK_TRACE_VARIABLES_ADD_SUCCESS: 'SLACK_TRACE_VARIABLES_ADD_SUCCESS',
SLACK_TRACE_VARIABLES_LIST_COUNT: 'SLACK_TRACE_VARIABLES_LIST_COUNT',
SLACK_TRACE_VARIABLES_LIST_VARIABLES: 'SLACK_TRACE_VARIABLES_LIST_VARIABLES',
SLACK_TRACE_VARIABLES_REMOVE_SUCCESS: 'SLACK_TRACE_VARIABLES_REMOVE_SUCCESS',
};

export const SlackProduct = {
Expand Down

0 comments on commit 7b49582

Please sign in to comment.