Skip to content
Snippets Groups Projects

Resolve "Continue tests integration"

Merged Tifenn Guillas requested to merge 117-continue-tests-integration into develop
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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:9876/server');
expect(getHost()).toBe('http://localhost:9877/server');
environment.apiUrl = apiUrl;
});
Loading