Skip to content

Commit

Permalink
test: Use specific commit of additional contact points
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Jan 29, 2024
1 parent 05ec39e commit e6cad01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/commands/test_mapping_sheet.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def test_command_extension_and_extension_field_location(capsys, monkeypatch):


def test_command_extension_and_extension_field_array(capsys, monkeypatch):
url = 'https://github.com/open-contracting-extensions/ocds_additionalContactPoints_extension/archive/master.zip'
url = 'https://github.com/open-contracting-extensions/ocds_additionalContactPoints_extension/archive/40d6858.zip'

assert_command(capsys, monkeypatch, main,
['mapping-sheet', '--infer-required', '--extension-field', 'extension',
Expand Down

0 comments on commit e6cad01

Please sign in to comment.