Skip to content

Commit 9e768dc

Browse files
committed
MC-5723: Flaky MFTF Map Tests - Google Maps Rate Limit Reached
- Fix static failures
1 parent 9272a28 commit 9e768dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/PageBuilder/view/base/templates/googlemaps.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
<?php
3131
// Include the googleMaps dependency only if we have an API key set, this removes unnecessary calls to Google
32-
if ($block->shouldIncludeGoogleMapsLibrary()): ?>
32+
if ($block->shouldIncludeGoogleMapsLibrary()) : ?>
3333
<script>
3434
require.config({
3535
shim: {

0 commit comments

Comments
 (0)