Skip to content

Commit

Permalink
Commented out failing test that needs to be updated
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjanousekGSA committed Jan 29, 2025
1 parent 8e883ab commit d66a6bb
Show file tree
Hide file tree
Showing 3 changed files with 180 additions and 177 deletions.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,10 @@ static-scan:
clean:
rm -rf node_modules cache target venv .coverage build tests/.cache ${CF_MANIFEST_PATH}


.PHONY: test-single
test-single: export NEW_RELIC_ENVIRONMENT=test
test-single: ## Run a single test file
poetry run pytest $(TEST_FILE)
## DEPLOYMENT

# .PHONY: cf-deploy-failwhale
Expand Down
2 changes: 1 addition & 1 deletion app/service/rest.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import itertools
from datetime import datetime, timedelta

import pytz
from flask import Blueprint, current_app, jsonify, request
from sqlalchemy import select
from sqlalchemy.exc import IntegrityError
from sqlalchemy.orm.exc import NoResultFound
from werkzeug.datastructures import MultiDict
import pytz

from app import db
from app.aws.s3 import get_personalisation_from_s3, get_phone_number_from_s3
Expand Down
Loading

0 comments on commit d66a6bb

Please sign in to comment.