Skip to content

Commit

Permalink
fix(e2e): tests failing because of missing env variable for secret-en…
Browse files Browse the repository at this point in the history
…cryption-key
  • Loading branch information
Meierschlumpf committed Dec 29, 2024
1 parent 857ffe9 commit f4e09b6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions e2e/shared/create-homarr-container.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@ export const createHomarrContainer = () => {

return new GenericContainer("homarr-e2e")
.withExposedPorts(7575)
.withEnvironment({
SECRET_ENCRYPTION_KEY: "0".repeat(64),
})
.withWaitStrategy(Wait.forHttp("/api/health/ready", 7575));
};

0 comments on commit f4e09b6

Please sign in to comment.