From e3765e18aa30ca12d799b9ef2530ed61c3ab6962 Mon Sep 17 00:00:00 2001 From: Harriet H-W Date: Fri, 20 Sep 2024 12:20:29 +0100 Subject: [PATCH] add publishing app to Host Content This adds the field added in Publishing API here https://github.com/alphagov/publishing-api/pull/2876 --- test/pacts/publishing_api/get_embedded_content_pact_test.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/test/pacts/publishing_api/get_embedded_content_pact_test.rb b/test/pacts/publishing_api/get_embedded_content_pact_test.rb index 7956239a..79ead508 100644 --- a/test/pacts/publishing_api/get_embedded_content_pact_test.rb +++ b/test/pacts/publishing_api/get_embedded_content_pact_test.rb @@ -18,6 +18,7 @@ "title" => "foo", "base_path" => "/foo", "document_type" => "publication", + "publishing_app" => "publisher", "primary_publishing_organisation" => { "content_id" => publishing_organisation_content_id, "title" => "bar",