Skip to content
Snippets Groups Projects
Commit bd22a2fa authored by Tifenn Guillas's avatar Tifenn Guillas
Browse files

Revert fix port

parent d47a9340
No related branches found
No related tags found
2 merge requests!147Develop,!136Revert fix port
......@@ -16,7 +16,7 @@ describe('[Shared] Utils', () => {
const apiUrl = environment.apiUrl;
expect(getHost()).toBe(environment.apiUrl);
environment.apiUrl = prod.apiUrl;
expect(getHost()).toBe('http://localhost:9877/server');
expect(getHost()).toBe('http://localhost:9876/server');
environment.apiUrl = apiUrl;
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment