Skip to content

Commit

Permalink
added assertion back
Browse files Browse the repository at this point in the history
  • Loading branch information
samtholiya committed Jan 30, 2025
1 parent f3decf2 commit dc77e1f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test-cases/complete.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,7 @@ tests:
- "loop"
expect:
diff: []
stderr:
- "ATMOS_SHLVL.*exceeds maximum allowed depth.*Infinite recursion?"
- "exit status 1"
exit_code: 1
4 changes: 4 additions & 0 deletions tests/test-cases/log-level-validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ tests:
- test
expect:
diff: []
stderr:
- "Invalid log level"
- "XTrace"
- "Valid options are"
exit_code: 1

- name: "Invalid Log Level in Environment Variable"
Expand Down

0 comments on commit dc77e1f

Please sign in to comment.