Skip to content

Commit

Permalink
test: fix test with explicit URL
Browse files Browse the repository at this point in the history
  • Loading branch information
f1ames committed Dec 1, 2023
1 parent cdfe62d commit f9780f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/synchronizer/src/__tests__/fetcher.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ describe('Fetcher Tests', () => {

const server = app.listen(13000, async () => {
try {
const originData = await fetchOriginConfig('localhost:13000');
const originData = await fetchOriginConfig('http://localhost:13000');

assert.equal(originData?.origin, 'http://localhost:13000');
assert.equal(originData?.apiOrigin, 'https://api.monokle.local');
Expand Down

0 comments on commit f9780f9

Please sign in to comment.