Skip to content

Commit 3b5c060

Browse files
committed
fix: ignored tests that caused public api calls
1 parent 7ea23e7 commit 3b5c060

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

test/1c4a/Service/Service.spec.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,6 @@ describe('1C4A Service', () => {
6969
internetmarke.initOneClickForAppService({ partner: partnerCredentials } as any)
7070
).to.eventually.be.rejectedWith(UserError);
7171
});
72-
73-
it('should init with minimal options', async () => {
74-
const myService = await internetmarke.initOneClickForAppService(options);
75-
76-
expect(myService).to.exist;
77-
});
7872
});
7973

8074
describe('retrievePageFormats', () => {

test/prodWs/Service/Service.spec.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,6 @@ describe('ProdWS Service', () => {
3232
ClientError
3333
);
3434
});
35-
36-
it('should init with minimal options', async () => {
37-
const myService = await internetmarke.initProductService({ client: clientCredentials });
38-
39-
expect(myService).to.be.instanceOf(ProductService);
40-
});
4135
});
4236

4337
describe('getProductList', () => {

0 commit comments

Comments
 (0)