Skip to content

Commit

Permalink
test: use container credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
arlac77 committed Nov 30, 2020
1 parent e1bff7c commit 421b26c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/service-test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ import { ServiceSMTP } from "@kronos-integration/service-smtp";
const config = {
type: ServiceSMTP,
host: "localhost",
port: 587,
auth: {
username: "xyz",
username: "alice@example.com",
password: "secret"
}
};
Expand Down

0 comments on commit 421b26c

Please sign in to comment.