Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ build: - apt update && apt install -y redis-server ldap-utils ldapscripts libldap2-dev libsasl2-dev - service redis-server start - python -V # Print out python version for debugging - pip install --upgrade pip - pip install pipenv - pip install pipenv script: Loading tests/rest/test_project.py +1 −1 Original line number Diff line number Diff line Loading @@ -247,7 +247,7 @@ def test_create_submission_second_should_fail(client, ent_mocker, rest_service, response = rest_tools.make_request(client, path, json=request_dict, method='post', credentials=user_credentials) assert_response(response, code=429) assert_response(response, code=400) assert response.json['message'] assert 'Access-Control-Allow-Origin' in response.headers Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ build: - apt update && apt install -y redis-server ldap-utils ldapscripts libldap2-dev libsasl2-dev - service redis-server start - python -V # Print out python version for debugging - pip install --upgrade pip - pip install pipenv - pip install pipenv script: Loading
tests/rest/test_project.py +1 −1 Original line number Diff line number Diff line Loading @@ -247,7 +247,7 @@ def test_create_submission_second_should_fail(client, ent_mocker, rest_service, response = rest_tools.make_request(client, path, json=request_dict, method='post', credentials=user_credentials) assert_response(response, code=429) assert_response(response, code=400) assert response.json['message'] assert 'Access-Control-Allow-Origin' in response.headers Loading