fix: update OpenAPI externalDocs URL
fixes https://github.com/PostgREST/postgrest/issues/3091
This commit is contained in:
@@ -45,7 +45,7 @@ spec actualPgVersion = describe "OpenAPI" $ do
|
||||
|
||||
let docsUrl = r ^? key "externalDocs" . key "url"
|
||||
|
||||
liftIO $ docsUrl `shouldBe` Just (String ("https://postgrest.org/en/" <> docsVersion <> "/api.html"))
|
||||
liftIO $ docsUrl `shouldBe` Just (String ("https://postgrest.org/en/" <> docsVersion <> "/references/api.html"))
|
||||
|
||||
describe "schema" $ do
|
||||
|
||||
|
||||
Reference in New Issue
Block a user