We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98c8061 commit c41cad7Copy full SHA for c41cad7
test/maplibregl/services/DataFlowServiceSpec.js
@@ -4,7 +4,7 @@ import {
4
} from '../../../src/maplibregl/services/DataFlowService';
5
6
import { Server } from 'mock-socket';
7
-var urlDataFlow = "ws:\//localhost:8800/";
+var urlDataFlow = "ws:\//localhost:8005/";
8
describe('maplibregl_DataFlowService', () => {
9
var originalTimeout;
10
var service;
0 commit comments