Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / syslog / tests / src / Kernel / Migrate / d6 / MigrateSyslogConfigsTest.php
index aa66203113d6ff96680c44567931d00c82a24247..935af8d8aa05920d92777f4c0c216c5ae50cde85 100644 (file)
@@ -33,7 +33,7 @@ class MigrateSyslogConfigsTest extends MigrateDrupal6TestBase {
   public function testSyslogSettings() {
     $config = $this->config('syslog.settings');
     $this->assertIdentical('drupal', $config->get('identity'));
-    $this->assertIdentical('128', $config->get('facility'));
+    $this->assertIdentical(128, $config->get('facility'));
     $this->assertConfigSchema(\Drupal::service('config.typed'), 'syslog.settings', $config->get());
   }