Skip to content

Commit

Permalink
Rename test
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher-walsh22 committed Jul 26, 2024
1 parent 2854ec2 commit 3251e59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arSam/handlers/activity/__tests__/activity.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ describe("Activity Test", () => {

// note: CONFIG POST disabled 2022-09-27

test("HandlePost - 400 POST handle Activity", async () => {
test("HandlePost - 400 POST handle Activity with Body", async () => {
const activityPOST = require("../POST/index");
const response = await activityPOST.handlePost(
{
Expand Down

0 comments on commit 3251e59

Please sign in to comment.