Skip to content

Commit

Permalink
test description update
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRufino committed Nov 7, 2023
1 parent 9a41e7d commit 27ffd5a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/test-cases/orders.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -257,11 +257,10 @@ describe.each(certificateFormats)('Test Cases for Amplia Node Client', ({certifi
);
// end Test Case #3 for Amplia Node Client
});
describe("Software Certificate Case", function(){
describe("issueSoftwareCertificate", function(){

Check failure on line 260 in test/test-cases/orders.test.js

View workflow job for this annotation

GitHub Actions / lint (16.x)

Strings must use singlequote

test("Issue", async function(){
test.skip("Should return software certificate", async function(){

Check failure on line 262 in test/test-cases/orders.test.js

View workflow job for this annotation

GitHub Actions / lint (16.x)

Strings must use singlequote
// This test require api/certificates/software endpoint to work properly

var request = mountOrderRequest(true,CertificateFormats.PKI_BRAZIL);
const order = await ampliaClient.createOrder(request);
var result = await ampliaClient.issueSoftwareCertificate(order.id,"1234", 2048);

Check failure on line 266 in test/test-cases/orders.test.js

View workflow job for this annotation

GitHub Actions / lint (16.x)

Strings must use singlequote
Expand Down

0 comments on commit 27ffd5a

Please sign in to comment.