Skip to content

Commit

Permalink
https edit
Browse files Browse the repository at this point in the history
  • Loading branch information
Debian authored and Debian committed Dec 1, 2023
1 parent f509a4a commit c9d5a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion back_end/__tests__/suite.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const request = require("supertest");
jest.mock('axios');
const axios = require("axios");
let server = require("../server");
const app = "https://localhost:80";
const app = "http://localhost:80";
let mongoMemServer;

const today = new Date();
Expand Down

0 comments on commit c9d5a2f

Please sign in to comment.