Skip to content

Instantly share code, notes, and snippets.

@pvhee
Created September 4, 2016 14:33
Show Gist options
  • Save pvhee/166ddfb556b9d1e2870b903e1b54847d to your computer and use it in GitHub Desktop.
Save pvhee/166ddfb556b9d1e2870b903e1b54847d to your computer and use it in GitHub Desktop.
google_tag_broken_tests.patch
diff --git a/google_tag.routing.yml b/google_tag.routing.yml
index b7d1fba..82dd94b 100644
--- a/google_tag.routing.yml
+++ b/google_tag.routing.yml
@@ -2,6 +2,6 @@ google_tag.settings_form:
path: "/admin/config/system/google_tag"
defaults:
_title: "Google Tag Manager"
- _form: "\Drupal\google_tag\Form\GoogleTagSettingsForm"
+ _form: '\Drupal\google_tag\Form\GoogleTagSettingsForm'
requirements:
_permission: 'administer google tag manager'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment