Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
romartin committed Mar 26, 2024
1 parent 7220c8a commit 349def2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ansible_wisdom/main/tests/test_console_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ def test_extra_data_telemetry_feature(self, LDClient, *args):
response = self.client.get(reverse('console'))
self.assertIsInstance(response.context_data, dict)
context = response.context_data
# The default setting for tests is True
self.assertEqual(
context['telemetry_schema_2_admin_dashboard_url'],
'https://console.stage.redhat.com/ansible/lightspeed-admin-dashboard',
Expand Down

0 comments on commit 349def2

Please sign in to comment.