mirror of
https://github.com/github/codeql-action.git
synced 2025-12-22 15:20:19 +08:00
Fix trailing slash on uploads URL
This commit is contained in:
@@ -259,7 +259,7 @@ test("Successfully uploading a database to GHEC-DR", async (t) => {
|
||||
t.assert(
|
||||
databaseUploadSpy.calledOnceWith(
|
||||
sinon.match.string,
|
||||
sinon.match.has("baseUrl", "https://uploads.tenant.ghe.com/"),
|
||||
sinon.match.has("baseUrl", "https://uploads.tenant.ghe.com"),
|
||||
),
|
||||
);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user