forked from shibao/cannery
fixup! add search to container index
This commit is contained in:
parent
c99fbabcaa
commit
d743336868
@ -22,7 +22,12 @@ defmodule Cannery.ContainersTest do
|
|||||||
"name" => "some updated name",
|
"name" => "some updated name",
|
||||||
"type" => "some updated type"
|
"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
|
describe "containers" do
|
||||||
setup do
|
setup do
|
||||||
|
Loading…
Reference in New Issue
Block a user