Skip to content

Fixed tests to follow black and flake8 #862

Fixed tests to follow black and flake8

Fixed tests to follow black and flake8 #862

Triggered via push December 14, 2023 18:25
Status Failure
Total duration 35s
Artifacts

test.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
/home/runner/work/cosri-patientsearch/cosri-patientsearch/tests/test_sync.py#L209
"patientsearch.models.sync.requests.get", return_value=mock_response(internal_patient_inactive_match), ) result = sync_bundle(faux_token, external_patient_search_active) - assert result["active"] != internal_patient_inactive_match["entry"][0]["resource"]["active"] + assert ( + result["active"] + != internal_patient_inactive_match["entry"][0]["resource"]["active"] + ) def test_existing_inactive( client, mocker,
test
Process completed with exit code 1.
test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-python@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/