Unable to deploy test bundle to emulator with maps

I am trying to deploy test bundle with maps value to vs code emulator but null exception is throwing. Any help would appreciated. Thanks!

maps.json

[
  {
    "entries": {
      "sample_key_0": "sample_value_0"
    },
    "scope": "environment",
    "environment": "dev",
    "name": "CommonConfigLookup"
  }
]
Error
02/23/2022 11:10 AM EMULATOR ERROR Test bundle export to Container Apigee-Local (1.6.1) failed with Error: 400:'Error loading test data
com.apigee.kernel.exceptions.spi.UncheckedException{ code = com.apigee.localruntime.ErrorLoadingKeyValueMaps, message = Error loading key value maps, reason null, associated contexts = []}
'
02/23/2022 11:10 AM EMULATOR ERROR Export failed with Test bundle export to Container Apigee-Local (1.6.1) failed with Error: 400:'Error loading test data
com.apigee.kernel.exceptions.spi.UncheckedException{ code = com.apigee.localruntime.ErrorLoadingKeyValueMaps, message = Error loading key value maps, reason null, associated contexts = []}
'
0 1 302
1 REPLY 1

Any update on this, please ?

(facing the same issue here when deploying a test bundle with a simple KVM to the emulator)