We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c61434d commit 6f70f8dCopy full SHA for 6f70f8d
test/bin/tsw/util/openapi.js
@@ -9,8 +9,7 @@ logger.setLogLevel('error');
9
describe('test openapi', () => {
10
describe('test signature', () => {
11
it('#test empty opt', () => {
12
- const opt = {};
13
- expect(openapi.signature(opt)).to.equal('KN+ey6lAXAAjHfJXOHiEXkBIge4=');
+ expect(openapi.signature()).to.equal('WpwWYWdXU3pZcrGelrkKmp5O2Mo=');
14
});
15
16
it('#test GET :/api', () => {
0 commit comments