Fix import path
Signed-off-by: Tomas Dabasinskas <tomas@dabasinskas.net>
This commit is contained in:
+1
-1
@@ -28,7 +28,7 @@ import {
|
||||
ANNOTATION_LOCATION,
|
||||
ANNOTATION_ORIGIN_LOCATION,
|
||||
ResourceEntity,
|
||||
} from '@backstage/catalog-model/';
|
||||
} from '@backstage/catalog-model';
|
||||
import { DEFAULT_ENTITY_OWNER, ENDPOINT_NODES } from '../puppet/constants';
|
||||
|
||||
jest.mock('../puppet/read', () => {
|
||||
|
||||
@@ -31,7 +31,7 @@ import {
|
||||
ANNOTATION_LOCATION,
|
||||
ANNOTATION_ORIGIN_LOCATION,
|
||||
Entity,
|
||||
} from '@backstage/catalog-model/';
|
||||
} from '@backstage/catalog-model';
|
||||
import { merge } from 'lodash';
|
||||
import { readPuppetNodes } from '../puppet/read';
|
||||
import { ENDPOINT_NODES } from '../puppet/constants';
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
|
||||
import { PuppetDbEntityProviderConfig } from '../providers';
|
||||
import { PuppetNode, ResourceTransformer } from './types';
|
||||
import { ResourceEntity } from '@backstage/catalog-model/';
|
||||
import { ResourceEntity } from '@backstage/catalog-model';
|
||||
import { defaultResourceTransformer } from './transformers';
|
||||
import fetch from 'node-fetch';
|
||||
import { ResponseError } from '@backstage/errors';
|
||||
|
||||
Reference in New Issue
Block a user