From 5008c6d1893e36b7bd89d9094b0a5141b8afde6c Mon Sep 17 00:00:00 2001 From: Slater Podgorny Date: Fri, 10 May 2024 13:02:55 -0700 Subject: [PATCH] Add research hub test --- tests/web/test_rhub.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/web/test_rhub.py b/tests/web/test_rhub.py index 6e35537d..54cc2977 100644 --- a/tests/web/test_rhub.py +++ b/tests/web/test_rhub.py @@ -17,6 +17,7 @@ def call(*args, **kwargs): # pylint: disable=unused-argument """Mock for ResearchOutputs.html_response()""" return TEXT + def test_rhub(mocker): """Test to ensure correct response from research hub.""" mocker.patch.object(elm.web.rhub.ResearchOutputs,