Skip to content

Commit

Permalink
#1693 PropertyDefinitionControllerV3IntegrationSuite - metadata impor…
Browse files Browse the repository at this point in the history
…t fix
  • Loading branch information
dk1844 committed May 27, 2022
1 parent 243f9e2 commit cab3ae0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ class PropertyDefinitionControllerV3IntegrationSuite extends BaseRestApiTestV3 w

s"POST $apiUrl/{name}/import" should {
val importablePd =
"""{"todo":{"exportVersion":1},"item":{
"""{"metadata":{"exportVersion":1},"item":{
|"name":"propertyDefinitionXYZ",
|"description":"Hi, I am the import",
|"propertyType":{"_t":"StringPropertyType"},
Expand Down

0 comments on commit cab3ae0

Please sign in to comment.