Skip to content

Commit a7dcaba

Browse files
committed
chore: fix
Signed-off-by: dhmlau <dhmlau@ca.ibm.com>
1 parent 74436cb commit a7dcaba

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

packages/rest/src/__tests__/unit/keys.unit.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ import {RestBindings, RestTags} from '../../keys';
88

99
describe('RestBindings', () => {
1010
describe('binding keys', () => {
11-
it('has CONFIG binding key', () => {
12-
expect(RestBindings.CONFIG.key).to.equal('application.config#rest');
13-
});
14-
1511
it('has HOST binding key', () => {
1612
expect(RestBindings.HOST.key).to.equal('rest.host');
1713
});

0 commit comments

Comments
 (0)