fixup! add search to container index

This commit is contained in:
shibao 2022-12-03 20:26:22 -05:00
parent c99fbabcaa
commit d743336868
1 changed files with 6 additions and 1 deletions

View File

@ -22,7 +22,12 @@ defmodule Cannery.ContainersTest do
"name" => "some updated name",
"type" => "some updated type"
}
@invalid_attrs %{"desc" => nil, "location" => nil, "name" => nil, "type" => nil}
@invalid_attrs %{
"desc" => nil,
"location" => nil,
"name" => nil,
"type" => nil
}
describe "containers" do
setup do