Skip to content

Commit

Permalink
Merge branch 'Test' of https://github.com/itsAdee/PhotoGallery into Test
Browse files Browse the repository at this point in the history
  • Loading branch information
NightWalker7558 committed May 14, 2024
2 parents 7ce5f2a + 9f8414c commit 27de615
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/RegressionTesting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Install dependencies
run: |
cd view_generator_serv
npm install
npm install --force
- name: Run tests
run: |
Expand Down
2 changes: 1 addition & 1 deletion UsageMntrServ/routes/__test__/usage.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ it("returns 404 when id is not available", async () => {
.expect(404);
});

it("returns 200 when creating a new user", async () => {
it("returns 201 when creating a new user", async () => {
const newUserId = '507f1f77bcf86cd799439011';
const response = await request(app)
.post('/api/usageMntr/createUser')
Expand Down

0 comments on commit 27de615

Please sign in to comment.