Skip to content

Commit

Permalink
Remove doctests
Browse files Browse the repository at this point in the history
  • Loading branch information
laurenceisla committed Jun 24, 2023
1 parent 5a04ec7 commit e3e9bb0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/PostgREST/Config.hs
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,7 @@ readPGRSTEnvironment =

-- | Allows querying the PostgREST version in SQL by adding `fallback_application_name` to the connection string
--
-- TODO: Add these doctest when the following issue is solved: https://github.com/PostgREST/postgrest/pull/2740#issuecomment-1603440407
-- >>> addPgrstVerToDbUri "postgres://user:pass@host:5432/postgres"
-- "postgres://user:pass@host:5432/postgres?fallback_application_name=PostgREST%20..."
--
Expand Down
1 change: 0 additions & 1 deletion test/doc/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@ main =
, "src/PostgREST/ApiRequest/QueryParams.hs"
, "src/PostgREST/Error.hs"
, "src/PostgREST/MediaType.hs"
, "src/PostgREST/Config.hs"
]

0 comments on commit e3e9bb0

Please sign in to comment.