diff options
| author | Dawid Rycerz <dawid@rycerz.xyz> | 2025-07-14 19:34:59 +0300 |
|---|---|---|
| committer | Dawid Rycerz <dawid@rycerz.xyz> | 2025-07-14 19:34:59 +0300 |
| commit | 50ce8cb96b2b218751c2fc2a6b19372f51846acc (patch) | |
| tree | e2c634d2ce856062d527667d47815a05a53361c8 /test/silmataivas_web/controllers/health_controller_test.exs | |
| parent | 0ab2e5ba2b0631b28b5b1405559237b3913c878f (diff) | |
feat: rewrite in rust
Diffstat (limited to 'test/silmataivas_web/controllers/health_controller_test.exs')
| -rw-r--r-- | test/silmataivas_web/controllers/health_controller_test.exs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/test/silmataivas_web/controllers/health_controller_test.exs b/test/silmataivas_web/controllers/health_controller_test.exs deleted file mode 100644 index 2a6a404..0000000 --- a/test/silmataivas_web/controllers/health_controller_test.exs +++ /dev/null @@ -1,8 +0,0 @@ -defmodule SilmataivasWeb.HealthControllerTest do - use SilmataivasWeb.ConnCase - - test "GET /health returns status ok", %{conn: conn} do - conn = get(conn, ~p"/health") - assert json_response(conn, 200) == %{"status" => "ok"} - end -end |
