Skip to content

Commit 5c2657a

Browse files
committed
make test name make more sense
On-behalf-of: @SAP [email protected]
1 parent b65c07d commit 5c2657a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: test/e2e/apiresourceschema/apiresourceschema_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ func TestARSAreNotUpdated(t *testing.T) {
195195
}
196196
}
197197

198-
func TestARSDropsAllVersionsExceptTheSelectedOne(t *testing.T) {
198+
func TestARSOnlyContainsSelectedCRDVersion(t *testing.T) {
199199
const (
200200
apiExportName = "example.com"
201201
theVersion = "v1"
@@ -205,7 +205,7 @@ func TestARSDropsAllVersionsExceptTheSelectedOne(t *testing.T) {
205205
ctrlruntime.SetLogger(logr.Discard())
206206

207207
// setup a test environment in kcp
208-
orgKubconfig := utils.CreateOrganization(t, ctx, "ars-drops-crd-versions", apiExportName)
208+
orgKubconfig := utils.CreateOrganization(t, ctx, "ars-single-version-only", apiExportName)
209209

210210
// start a service cluster
211211
envtestKubeconfig, envtestClient, _ := utils.RunEnvtest(t, []string{

0 commit comments

Comments
 (0)