Skip to content

Commit

Permalink
Add E501 to noqa
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Oct 8, 2020
1 parent e4b3d46 commit 10e0938
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_profile_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def test_patched_release_schema_with_extension_field():


def test_patched_release_schema_with_metadata_url():
url = 'https://raw.githubusercontent.com/open-contracting-extensions/ocds_coveredBy_extension/master/extension.json' # noqa
url = 'https://raw.githubusercontent.com/open-contracting-extensions/ocds_coveredBy_extension/master/extension.json' # noqa: E501
builder = ProfileBuilder('1__1__3', [url])
result = builder.patched_release_schema()

Expand Down Expand Up @@ -135,7 +135,7 @@ def test_patched_release_schema_with_schema_base_url():
result = builder.patched_release_schema()

# Changes `id`.
assert result['id'] == 'https://standard.open-contracting.org/profiles/ppp/schema/1__0__0__beta/release-schema.json' # noqa
assert result['id'] == 'https://standard.open-contracting.org/profiles/ppp/schema/1__0__0__beta/release-schema.json' # noqa: E501


def test_release_package_schema_with_schema_base_url():
Expand Down

0 comments on commit 10e0938

Please sign in to comment.