]> git.mxchange.org Git - friendica.git/commitdiff
Fix test
authorMichael <heluecht@pirati.ca>
Wed, 11 Nov 2020 20:49:34 +0000 (20:49 +0000)
committerMichael <heluecht@pirati.ca>
Wed, 11 Nov 2020 20:49:34 +0000 (20:49 +0000)
tests/legacy/ApiTest.php

index 9f7aff7a00cfa421706225996b33f09f5237e46e..4fd6855f214d2572f1d8636d007e424223975b3a 100644 (file)
@@ -500,7 +500,7 @@ class ApiTest extends FixtureTest
        public function testApiCallWithUninplementedApi()
        {
                self::assertEquals(
-                       '{"status":{"error":"Not Implemented","code":"501 Not Implemented","request":""}}',
+                       '{"status":{"error":"Not Found","code":"404 Not Found","request":""}}',
                        api_call($this->app)
                );
        }