We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b6c0d7 commit de58c78Copy full SHA for de58c78
test/postscript_test.exs
@@ -1,8 +1,6 @@
1
defmodule PostscriptTest do
2
use ExUnit.Case, async: true
3
4
- import ExUnit.CaptureLog, only: [with_log: 2]
5
-
6
alias Postscript.{Http, Operation, Response}
7
8
@ok_resp %{body: "{\"ok\":true}", headers: [], status_code: 200}
0 commit comments