Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
amitaibu committed Oct 6, 2024
1 parent ae9767b commit 4241679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Test/FileStorage/ControllerFunctionsSpec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ tests = describe "IHP.FileStorage.ControllerFunctions" $ do

temporaryDownloadUrl.url `shouldBe` "http://localhost:8000/static/test.txt"

it "returns '/' concatenated with objectPath when objectPath starts with 'http://' or 'https://'" $ do
it "returns the objectPath when objectPath starts with 'http://' or 'https://'" $ do
withFrameworkConfig \frameworkConfig -> do
context <- createControllerContext frameworkConfig
let ?context = context
Expand Down

0 comments on commit 4241679

Please sign in to comment.