Skip to content

Commit

Permalink
Fix docs (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
krns authored Feb 21, 2024
1 parent f6c878f commit 2e0e47e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/req/test.ex
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ defmodule Req.Test do
base_url: "https://weather-service"
]
|> Keyword.merge(Application.get_env(:myapp, :weather_req_options, []))
|> Req.request(options)
|> Req.request()
end
end
Expand Down

0 comments on commit 2e0e47e

Please sign in to comment.