charmed-kubernetes / pytest-operator

Apache License 2.0
6 stars 13 forks source link

Cannot pass bases_index of zero when building a charm #101

Closed dragomirp closed 1 year ago

dragomirp commented 1 year ago

When calling something like ops_test.build_charm(".", bases_index=0) the bases_index will be ignored since it evaluates to False here.