Commit bfd25602 authored by Kumar Gauraw's avatar Kumar Gauraw
Browse files

Issue #SB-28680 feat: updated test case

Showing with 1 addition and 1 deletion
+1 -1
......@@ -22,7 +22,7 @@ class ImportManagerTest extends AsyncFlatSpec with Matchers with AsyncMockFactor
val REQUIRED_PROPS = List("name", "code", "mimeType", "contentType", "artifactUrl", "framework")
val VALID_OBJECT_STAGE = List("create", "upload", "review", "publish")
val PROPS_TO_REMOVE = List("downloadUrl","variants","previewUrl","streamingUrl","itemSets")
lazy val importConfig = ImportConfig(AUTO_CREATE_TOPIC_NAME, REQUEST_LIMIT, REQUIRED_PROPS, VALID_OBJECT_STAGE, PROPS_TO_REMOVE)
lazy val importConfig = ImportConfig(AUTO_CREATE_TOPIC_NAME, REQUEST_LIMIT, REQUIRED_PROPS, VALID_OBJECT_STAGE, PROPS_TO_REMOVE, List())
lazy val importMgr = new ImportManager(importConfig)
"getRequest with list input" should "return request data as list with java types" in {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment