backend-app-api: Remove deprecated MiddlewareFactory

Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
Johan Haals
2024-08-14 09:36:59 +02:00
parent 0ad13df777
commit 29ee082ed6
13 changed files with 15 additions and 255 deletions
+1
View File
@@ -49,6 +49,7 @@
"devDependencies": {
"@backstage/backend-app-api": "workspace:^",
"@backstage/backend-common": "workspace:^",
"@backstage/backend-defaults": "workspace:^",
"@backstage/backend-test-utils": "workspace:^",
"@backstage/cli": "workspace:^",
"@backstage/plugin-kubernetes-backend": "workspace:^",
@@ -14,7 +14,6 @@
* limitations under the License.
*/
import { ExtendedHttpServer } from '@backstage/backend-app-api';
import { ClusterDetails } from '../types';
import {
mockServices,
@@ -37,6 +36,7 @@ import { JsonObject } from '@backstage/types';
import { rest } from 'msw';
import { setupServer } from 'msw/node';
import { loggerToWinstonLogger } from '@backstage/backend-common';
import { ExtendedHttpServer } from '@backstage/backend-defaults/rootHttpRouter';
describe('Pinniped - tokenCredentialRequest', () => {
let app: ExtendedHttpServer;