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 74436cb commit a7dcabaCopy full SHA for a7dcaba
1 file changed
packages/rest/src/__tests__/unit/keys.unit.ts
@@ -8,10 +8,6 @@ import {RestBindings, RestTags} from '../../keys';
8
9
describe('RestBindings', () => {
10
describe('binding keys', () => {
11
- it('has CONFIG binding key', () => {
12
- expect(RestBindings.CONFIG.key).to.equal('application.config#rest');
13
- });
14
-
15
it('has HOST binding key', () => {
16
expect(RestBindings.HOST.key).to.equal('rest.host');
17
});
0 commit comments