Yaffs site version 1.1
[yaffs-website] / web / modules / contrib / metatag / src / Tests / MetatagCustomRouteTest.php
index ff9ef09dc5ca2a2dbea7685a49d3ac00529d11ad..2c0e66c85db59a8da480ea39a5e5d46c6c2c1d47 100644 (file)
@@ -45,6 +45,7 @@ class MetatagCustomRouteTest extends WebTestBase {
     ])->save();
 
     $this->drupalGet('metatag_test_custom_route/' . $entity_test->id());
+    $this->assertResponse(200);
     $xpath = $this->xpath("//meta[@name='keywords']");
     $this->assertEqual(count($xpath), 1);
     $this->assertEqual((string) $xpath[0]->attributes()['content'], 'test');