Skip to content

Commit

Permalink
fix flaky credential subservice test (#1903)
Browse files Browse the repository at this point in the history
  • Loading branch information
ichub authored Sep 25, 2024
1 parent 1bacd50 commit 8d73143
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ describe("generic issuance - credential subservice", function () {
* Sets up a Zupass/Generic issuance backend.
*/
this.beforeAll(async () => {
ZUPASS_EDDSA_PRIVATE_KEY = process.env.SERVER_EDDSA_PRIVATE_KEY as string;
ZUPASS_EDDSA_PRIVATE_KEY = testingEnv.SERVER_EDDSA_PRIVATE_KEY as string;
zupassPublicKey = await getEdDSAPublicKey(ZUPASS_EDDSA_PRIVATE_KEY);

await overrideEnvironment({
Expand Down

0 comments on commit 8d73143

Please sign in to comment.