Skip to content

Commit d36239e

Browse files
committed
add git secrets
1 parent 2cbfb0b commit d36239e

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

src/DGRoundControl/test/DGRoundControlSpec.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ describe('DG.RoundControl', function() {
1111
map = new DG.Map(mapContainer, {
1212
center: [55.017493, 82.819576],
1313
zoom: 15,
14+
key: window.__karma__.config.secretKey,
1415
});
1516

1617
control = DG.roundControl();

src/DGRuler/test/RulerSpec.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ describe('DG.Ruler', function () {
1919
map = new DG.Map(document.createElement('div'), {
2020
center: new DG.LatLng(51.7302800, 36.1938900),
2121
zoom: 17,
22+
key: window.__karma__.config.secretKey,
2223
});
2324
ruler = DG.ruler();
2425
map.addLayer(ruler);

src/DGRulerControl/test/DGRulerControlSpec.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ describe('DG.Control.Ruler', function() {
1010
map = new DG.Map(mapContainer, {
1111
center: [55.017493, 82.819576],
1212
zoom: 15,
13+
key: window.__karma__.config.secretKey,
1314
});
1415

1516
control = DG.control.ruler();

src/DGTraffic/test/DGTrafficSpec.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ describe('DG.traffic', function () {
1111
map = new DG.Map(mapContainer, {
1212
center: new DG.LatLng(54.980156831455, 82.897440725094),
1313
zoom: 17,
14+
key: window.__karma__.config.secretKey,
1415
});
1516
xhr = sinon.useFakeXMLHttpRequest();
1617
requests = [];

0 commit comments

Comments
 (0)