diff --git a/test/presenters/publication_presenter_test.rb b/test/presenters/publication_presenter_test.rb index 2f86d135f1..94907fddef 100644 --- a/test/presenters/publication_presenter_test.rb +++ b/test/presenters/publication_presenter_test.rb @@ -10,7 +10,6 @@ def schema_name assert_equal schema_item["schema_name"], presented_item.schema_name assert_equal schema_item["title"], presented_item.title assert_equal schema_item["details"]["body"], presented_item.details - assert_equal schema_item["details"]["attachments"], presented_item.documents end test "#published returns a formatted date of the day the content item became public" do