Page MenuHomeDevCentral

D1824.diff
No OneTemporary

D1824.diff

diff --git a/EtherpadTest.php b/EtherpadTest.php
--- a/EtherpadTest.php
+++ b/EtherpadTest.php
@@ -16,10 +16,10 @@
public function testWolfplexApiWorks () {
//Reported by philectro - 09:42 < philectro> hey tous les pad ont disparu :o
- $url = "http://www.wolfplex.be/pad/";
+ $url = "https://api.wolfplex.org/pads/";
$this->assertHttpResponseCode(200, $url);
- $stringOnlyAvailableWhenApiWorks = '<li><a href="/pad/';
+ $stringOnlyAvailableWhenApiWorks = '","'; // pads titles separator
$currentContent = file_get_contents($url);
$this->assertContains($stringOnlyAvailableWhenApiWorks, $currentContent, "On Ysul, /home/wolfplex.org/logs/api.log could help. But more probably, you reinstalled the Etherpad container without restoring the API key. Move the former APIKEY.txt file to /opt/etherpad-lite or, if lost, update Wolfplex API credentials with the new API key.");
}

File Metadata

Mime Type
text/plain
Expires
Tue, Nov 26, 01:55 (21 h, 26 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2261462
Default Alt Text
D1824.diff (897 B)

Event Timeline