fix: typo in gerrit error message
Signed-off-by: Thomas Cardonne <thomas.cardonne@adevinta.com>
This commit is contained in:
@@ -472,7 +472,7 @@ describe.skip('GerritUrlReader', () => {
|
||||
gerritProcessor.search(
|
||||
'https://gerrit.com/web/project/+/refs/heads/master/*.yaml',
|
||||
),
|
||||
).rejects.toThrow('Unsuppported search pattern URL');
|
||||
).rejects.toThrow('Unsupported search pattern URL');
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user