banzaicloud / pipeline

Banzai Cloud Pipeline is a solution-oriented application platform which allows enterprises to develop, deploy and securely scale container-based applications in multi- and hybrid-cloud environments.
https://banzaicloud.com/products/pipeline/
Apache License 2.0
1.5k stars 163 forks source link

refactor: TestBlockingTags #3627

Closed Abirdcfly closed 2 years ago

Abirdcfly commented 2 years ago
Q A
Bug fix? yes
New feature? no
API breaks? no
Deprecations? no
Related tickets
License Apache 2.0

What's in this PR?

refactor the TestBlockingTags

Why?

Initially, this test was found to be faulty because the subsequent code was unreachable because of t.FailNow() in internal/secret/restricted/store_test.go line 55, and during the modification process, it was found that the test should be refactored directly.

Checklist

CLAassistant commented 2 years ago

CLA assistant check
All committers have signed the CLA.