We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bc0745 commit 6a98dcaCopy full SHA for 6a98dca
src/test/appdistro/client.spec.ts
@@ -336,7 +336,7 @@ describe("distribution", () => {
336
});
337
338
it("should resolve with ReleaseTest when request succeeds", async () => {
339
- nock(appDistributionOrigin).post(`/v1alpha/${releaseName}`).reply(200, mockReleaseTest);
+ nock(appDistributionOrigin).post(`/v1alpha/${releaseName}/tests`).reply(200, mockReleaseTest);
340
await expect(
341
appDistributionClient.createReleaseTest(releaseName, mockDevices),
342
).to.be.eventually.deep.eq(mockReleaseTest);
0 commit comments