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