Files
postgrest/test/Feature/ProxySpec.hs
T
2018-11-06 11:54:10 -05:00

16 lines
312 B
Haskell

module Feature.ProxySpec where
import Test.Hspec
import SpecHelper
import Network.Wai (Application)
import Protolude
spec :: SpecWith Application
spec =
describe "GET / with proxy" $
it "returns a valid openapi spec with proxy" $
validateOpenApiResponse [("Accept", "application/openapi+json")]