Skip to content

Commit 12ba8c4

Browse files
refactor: fix token issue?
1 parent 0622e0e commit 12ba8c4

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

node/thing-model/test/thingModelHelper.test.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -507,10 +507,9 @@ class ThingModelHelperTest {
507507
],
508508
} as unknown as ThingModel;
509509

510+
// Note: should fail with "https status code not 200" but CI might fire "unable to get local issuer certificate"
510511
await expect(this.thingModelHelpers.getPartialTDs(thing)).to.be.rejectedWith(
511-
Error //,
512-
// "https status code not 200"
513-
// Note: CI might fire "unable to get local issuer certificate"
512+
Error
514513
);
515514
}
516515
}

0 commit comments

Comments
 (0)