diff --git a/packages/ui/src/components/ImportModal.vue b/packages/ui/src/components/ImportModal.vue
index 2636dc8a..4c25643f 100644
--- a/packages/ui/src/components/ImportModal.vue
+++ b/packages/ui/src/components/ImportModal.vue
@@ -7,7 +7,7 @@
-
+
diff --git a/packages/ui/src/helpers.ts b/packages/ui/src/helpers.ts
index ba8990d0..1766f187 100644
--- a/packages/ui/src/helpers.ts
+++ b/packages/ui/src/helpers.ts
@@ -556,7 +556,7 @@ export function convertInsomniaExportToRestfoxCollection(json, workspaceId) {
const workspace = json.resources.find(item => item._type === 'workspace')
- json.resources.filter(item => ['cookie_jar', 'api_spec', 'environment', 'proto_file'].includes(item._type) == false).forEach(item => {
+ json.resources.filter(item => ['cookie_jar', 'api_spec', 'environment', 'proto_file', 'unit_test_suite'].includes(item._type) == false).forEach(item => {
if(item._type === 'workspace' || item._type === 'request_group') {
let parentId = item.parentId