HugoByte / polkadot-kurtosis-package

Polkadot Kurtosis Package
Apache License 2.0
7 stars 3 forks source link

config should handle lower and upper case checks #79

Closed hemz10 closed 7 months ago

hemz10 commented 9 months ago

Overview

Currently the package accepts only lower case letters, when passing upper case it throws an error.

Steps to Reproduce

Steps to reproduce the behavior: 1.In the config json file give the chain name in upper case

  1. Observe the output

Expected Behavior

It should internally convert to lower case and continue with execution. execution should not stop

Screenshots

image

shanithkk commented 9 months ago

Fixed in #122

hemz10 commented 9 months ago

Issue is still reproducible. image

Mr-Nobody21 commented 8 months ago

Fixed in pr #176

hemz10 commented 7 months ago

Closing this issue as fixed