Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / tests / Drupal / FunctionalTests / HttpKernel / CorsIntegrationTest.php
index c8748342fb72d6d3c0372ef50bcf300304f49b9c..cc43936d6f166f27d0b63965da080cd07337983d 100644 (file)
@@ -83,7 +83,7 @@ class CorsIntegrationTest extends BrowserTestBase {
     $response = $httpClient->request('POST', $url->setAbsolute()->toString(), [
       'headers' => [
         'Origin' => $origin,
-      ]
+      ],
     ]);
     $this->assertEquals(200, $response->getStatusCode());
   }