Fix tests on 1.x
Tests on the 1.x branch fail on an unrelated issue:
"Drupal\Core\Config\UnmetDependenciesException: Configuration objects provided by <em class="placeholder">localgov_paragraphs</em> have unmet dependencies: <em class="placeholder">core.entity_view_display.paragraph.localgov_contact.default (filter.format.wysiwyg)</em>" (edited)
We can work around this by changing how the tests set themselves up, even though this isn't really our issue.
issue