fix: typo in gerrit error message

Signed-off-by: Thomas Cardonne <thomas.cardonne@adevinta.com>
This commit is contained in:
Thomas Cardonne
2025-02-01 12:11:57 +01:00
parent 3b54b9ff1c
commit c1fed63a26
@@ -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');
});
});
});