From c07a8ece9c680e2fe5269410cfa7efa4c9955c11 Mon Sep 17 00:00:00 2001 From: Murdo Moyse Date: Tue, 29 Oct 2024 15:42:33 +0000 Subject: [PATCH] Removed old line of code --- tests/integration/test_details_contact_contents.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/integration/test_details_contact_contents.py b/tests/integration/test_details_contact_contents.py index f01b1613..a978d9f4 100644 --- a/tests/integration/test_details_contact_contents.py +++ b/tests/integration/test_details_contact_contents.py @@ -213,7 +213,6 @@ def test_contact_channels_fallbacks( mock_get_database_details_response(mock_catalogue, database) self.start_on_the_details_page() - request_access_metadata = self.details_database_page.contact_channels() if slack_channel: assert self.details_database_page.contact_channels_slack()