Skip to content

Commit

Permalink
fix: typo in pulumi tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrunton committed Aug 12, 2024
1 parent 2447fe1 commit 210c554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pulumi/domain/usecases/domain/get-domain-config.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ describe("getDomainConfig", () => {
});
});

it("returns staging domain when the environment is production", () => {
it("returns staging domain when the environment is staging", () => {
const config = getDomainConfig({
environment: "staging",
stackName: "staging",
Expand Down

0 comments on commit 210c554

Please sign in to comment.