Skip to content

Commit

Permalink
test: improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
zawan-ila committed Oct 11, 2024
1 parent 7f6de70 commit 61661d6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,8 @@ def test_no_repeated_cache_calls_for_utm_calculation(self):
}) as mocked_api_access_request:
with override_switch('use_company_name_as_utm_source_value', True):
url = reverse('api:v1:course-list')
self.client.get(url)
response = self.client.get(url)
assert response["count"] == 2
mocked_api_access_request.assert_called_once()

@pytest.mark.skip(reason="https://github.com/openedx/course-discovery/issues/4431")
Expand Down

0 comments on commit 61661d6

Please sign in to comment.