fix tests
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
carla 2026-01-12 11:45:44 +01:00
parent e38de7d690
commit 77908a1467

View file

@ -154,7 +154,7 @@ defmodule MvWeb.CustomFieldLive.DeletionTest do
|> render_click()
# Should show success message
assert render(view) =~ "Custom field deleted successfully"
assert render(view) =~ "Data field deleted successfully"
# Custom field should be gone from database
assert {:error, _} = Ash.get(CustomField, custom_field.id)