mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-09 13:30:04 +00:00
chore: test fixing
This commit is contained in:
@@ -450,8 +450,7 @@ describe('ContextManager', () => {
|
|||||||
|
|
||||||
const expectedResponse = {
|
const expectedResponse = {
|
||||||
etag: '',
|
etag: '',
|
||||||
result: sampleResponseGetComputeContextByName,
|
result: sampleResponseGetComputeContextByName
|
||||||
log: sampleResponseGetComputeContextByName
|
|
||||||
}
|
}
|
||||||
|
|
||||||
await expect(
|
await expect(
|
||||||
@@ -580,8 +579,7 @@ describe('ContextManager', () => {
|
|||||||
|
|
||||||
const expectedResponse = {
|
const expectedResponse = {
|
||||||
etag: '',
|
etag: '',
|
||||||
result: sampleResponseDeletedContext,
|
result: sampleResponseDeletedContext
|
||||||
log: sampleResponseDeletedContext
|
|
||||||
}
|
}
|
||||||
|
|
||||||
await expect(
|
await expect(
|
||||||
|
|||||||
@@ -31,8 +31,7 @@ describe('SessionManager', () => {
|
|||||||
|
|
||||||
const expectedResponse = {
|
const expectedResponse = {
|
||||||
etag: '',
|
etag: '',
|
||||||
result: sampleResponse,
|
result: sampleResponse
|
||||||
log: sampleResponse
|
|
||||||
}
|
}
|
||||||
|
|
||||||
await expect(
|
await expect(
|
||||||
|
|||||||
Reference in New Issue
Block a user