Fix trailing slash on uploads URL
This commit is contained in:
parent
90e315a7a8
commit
24766fcf56
6 changed files with 19 additions and 6 deletions
|
|
@ -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"),
|
||||
),
|
||||
);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue