Skip to content

Commit

Permalink
Updated giback claim is ready tests to match new microservice type
Browse files Browse the repository at this point in the history
  • Loading branch information
aminlatifi committed Dec 27, 2022
1 parent 4aa5451 commit 94e0e7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/routes/v1/notificationRouter.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1445,7 +1445,7 @@ function sendNotificationTestCases() {

const result = await axios.post(sendNotificationUrl, data, {
headers: {
authorization: getGivethIoBasicAuth(),
authorization: getGivEconomyBasicAuth(),
},
});
assert.equal(result.status, 200);
Expand All @@ -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
Expand Down

0 comments on commit 94e0e7a

Please sign in to comment.