Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

Commit

Permalink
Added missing values to unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
kbence committed Mar 29, 2022
1 parent 8136532 commit bd0b16d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ should match the snapshot (smtp on, password file):


[smtp]
host = "smtp.example.com"
port = 587
username = "[email protected]"
host = "smtp.someservice.com"
port = 1234
username = "mysmtpuser"
password_file = "/etc/teleport/supersecretemailpw"

[delivery]
Expand Down
4 changes: 4 additions & 0 deletions charts/access/email/tests/configmap_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ tests:
address: teleport.example.com:1234
maingun.enabled: false
smtp:
enabled: true
host: smtp.someservice.com
port: 1234
username: mysmtpuser
passwordFile: /etc/teleport/supersecretemailpw
asserts:
- matchSnapshot: {}
Expand Down

0 comments on commit bd0b16d

Please sign in to comment.