Skip to content

Commit 92b9869

Browse files
committed
add git secrets
1 parent d36239e commit 92b9869

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/DGTrafficControl/test/TrafficControlSpec.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ describe('DG.TrafficControl', function() {
2424
map = new DG.Map(mapContainer, {
2525
center: centerSpb,
2626
zoom: 15,
27+
key: window.__karma__.config.secretKey,
2728
});
2829

2930
control = mapContainer.getElementsByClassName(controlClass);
@@ -154,6 +155,7 @@ describe('DG.TrafficControl', function() {
154155
map = new DG.Map(mapContainer, {
155156
center: centerSpb,
156157
zoom: 15,
158+
key: window.__karma__.config.secretKey,
157159
});
158160

159161
trafficControl = DG.control.traffic();

src/DGZoomControl/test/DGZoomControlSpec.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ describe('DG.Zoom', function() {
1414
map = new DG.Map(mapContainer, {
1515
center: [54.980206086231, 82.898068362003],
1616
zoom: 15,
17+
key: window.__karma__.config.secretKey,
1718
});
1819
});
1920

0 commit comments

Comments
 (0)