]> BookStack Code Mirror - bookstack/blobdiff - tests/Uploads/DrawioTest.php
Update Localization.php in Middleware with "no" tag for estimate.
[bookstack] / tests / Uploads / DrawioTest.php
index f940a0a5d9c9ee97c3f3e14808108c6efbe01260..3fc009c8ab11b7fd58a447d349a74f08dbdfd0a4 100644 (file)
@@ -69,7 +69,7 @@ class DrawioTest extends TestCase
         $editor = $this->getEditor();
 
         $resp = $this->actingAs($editor)->get($page->getUrl('/edit'));
-        $resp->assertSee('drawio-url="https://www.draw.io/?embed=1&proto=json&spin=1"');
+        $resp->assertSee('drawio-url="https://embed.diagrams.net/?embed=1&proto=json&spin=1"');
 
         config()->set('services.drawio', false);
         $resp = $this->actingAs($editor)->get($page->getUrl('/edit'));