File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11## v0.1.1 (2022-09-11)
22
3- * ` TestServer.url/2 ` no longer autostarts the test server
3+ - ` TestServer.url/2 ` no longer autostarts the test server
44
55## v0.1.0 (2022-09-11)
66
7- * Initial release
7+ - Initial release
Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ No fuzz ExUnit test server to mock third party services.
99
1010Features:
1111
12- * HTTP/1
13- * HTTP/2
14- * Built-in TLS with self-signed certificates
15- * Plug route matching
12+ - HTTP/1
13+ - HTTP/2
14+ - Built-in TLS with self-signed certificates
15+ - Plug route matching
1616
1717<!-- MDOC !-->
1818
@@ -35,7 +35,7 @@ test "fetch_url/0" do
3535 # The test server will autostart the current test, if not already running
3636 TestServer .add (" /" , via: :get )
3737
38- # The URL is derrived from the current test server instance
38+ # The URL is derived from the current test server instance
3939 Application .put_env (:my_app , :fetch_url , TestServer .url ())
4040
4141 {:ok , " HTTP" } = MyModule .fetch_url ()
You can’t perform that action at this time.
0 commit comments