Skip to content

Commit

Permalink
ignore cache?
Browse files Browse the repository at this point in the history
  • Loading branch information
jctanner committed Oct 8, 2024
1 parent 53e4b63 commit 59b1401
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion galaxy_ng/tests/unit/api/test_localization.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,10 @@ def test_auto_localization(self):

def test_localization_files(self):

call_command('compilemessages')
call_command('compilemessages', ignore='cache')

with self.settings(GALAXY_DEPLOYMENT_MODE=DeploymentMode.STANDALONE.value):

self.client.force_authenticate(user=self.admin_user)

response = self.client.post(
Expand Down

0 comments on commit 59b1401

Please sign in to comment.