From 94e0e7a79ea5fa81051f8435c2ba0d45450abdc0 Mon Sep 17 00:00:00 2001 From: Amin Latifi Date: Tue, 27 Dec 2022 15:56:27 +0300 Subject: [PATCH] Updated giback claim is ready tests to match new microservice type --- src/routes/v1/notificationRouter.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes/v1/notificationRouter.test.ts b/src/routes/v1/notificationRouter.test.ts index 70411db..6b09e42 100644 --- a/src/routes/v1/notificationRouter.test.ts +++ b/src/routes/v1/notificationRouter.test.ts @@ -1445,7 +1445,7 @@ function sendNotificationTestCases() { const result = await axios.post(sendNotificationUrl, data, { headers: { - authorization: getGivethIoBasicAuth(), + authorization: getGivEconomyBasicAuth(), }, }); assert.equal(result.status, 200); @@ -1468,7 +1468,7 @@ function sendNotificationTestCases() { await axios.post(sendNotificationUrl, data, { headers: { - authorization: getGivethIoBasicAuth(), + authorization: getGivEconomyBasicAuth(), }, }); // If request doesn't fail, it means this test failed