Skip to content

Commit

Permalink
Ensure tests do not try to reach datastore proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
153957 committed Apr 14, 2024
1 parent 64b7a58 commit e0895f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_histograms/test_jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from ..factories import histograms_factories, inforecords_factories


@override_settings(DATASTORE_PATH=join(dirname(__file__), '../data/datastore'))
@override_settings(DATASTORE_PATH=join(dirname(__file__), '../data/datastore'), DATASTORE_PROXY=None)
class TestJobs(LiveServerTestCase):
fixtures = ['initial_generator_state.json', 'initial_types.json']

Expand Down

0 comments on commit e0895f9

Please sign in to comment.