kyma-project / kyma-environment-broker

Kyma Environment Broker
Apache License 2.0
0 stars 21 forks source link

Remove provisioner dependencies from e2e provisioning test #1138

Closed MarekMichali closed 2 weeks ago

MarekMichali commented 2 weeks ago

Description

Provisioner dependencies were not used anyway, so the old version of tests works with KIM and Provisioner. The dependency is removed to clean up the code a bit and avoid confusion.

Changes proposed in this pull request:

Related issue(s)

kyma-bot commented 2 weeks ago

Skipping CI for Draft Pull Request. If you want CI signal for your change, please convert it to an actual PR. You can still manually trigger a test run with /test all

github-actions[bot] commented 2 weeks ago

Add one of following labels

- kind/feature -> Use it when you want to submit a new feature

- kind/enhancement -> Use it when you modify or improve an existing feature

- kind/bug -> Use it when you fix a bug

MarekMichali commented 2 weeks ago

/kind enhancement