mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
changing ses config to test values
This commit is contained in:
parent
47efd1bd5a
commit
4f176a482f
1 changed files with 2 additions and 2 deletions
|
|
@ -5,10 +5,10 @@ describe("buildMailHeaders", () => {
|
|||
it("includes X-SES-CONFIGURATION-SET when a configuration set is provided", () => {
|
||||
const headers = buildMailHeaders({
|
||||
fromAddress: "noreply@domna.homes",
|
||||
sesConfigurationSet: "dev-ses-config",
|
||||
sesConfigurationSet: "test-config-set",
|
||||
});
|
||||
|
||||
expect(headers["X-SES-CONFIGURATION-SET"]).toBe("dev-ses-config");
|
||||
expect(headers["X-SES-CONFIGURATION-SET"]).toBe("test-config-set");
|
||||
});
|
||||
|
||||
it("omits X-SES-CONFIGURATION-SET entirely when no configuration set is provided", () => {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue