This commit is contained in:
Joe Wang 2021-11-06 23:15:30 +08:00
parent 80a3f5785e
commit 42c46c8a70

View File

@ -19,7 +19,7 @@ spec = do
let username = "test"
context "User APIs"
$ beforeAll_ (setupTestUser username)
-- $ afterAll_ cleanUpDb
$ afterAll_ cleanUpDb
$ withApplication
$ do
it "Get user detail with token" $ do