diff --git a/.github/workflows/test_wo_ff.yaml b/.github/workflows/test_wo_ff.yaml index 771dd8de4f..fc49e04434 100644 --- a/.github/workflows/test_wo_ff.yaml +++ b/.github/workflows/test_wo_ff.yaml @@ -36,7 +36,7 @@ jobs: - name: Check for missing translations run: make test-translations - - name: Modify FF_TEMPLATE_CATEGORY in config.py + - name: Update NOTIFY_ENVIRONMENT for pytest run: sed -i 's/NOTIFY_ENVIRONMENT=test/NOTIFY_ENVIRONMENT=production/' pytest.ini - name: Echo contents of config.py run: cat app/config.py