Rename master to apiserver in test/integration

This commit is contained in:
Mengjiao Liu
2021-06-15 18:44:39 +08:00
parent 5ec7b49299
commit da35add03f
12 changed files with 45 additions and 45 deletions

View File

@@ -81,7 +81,7 @@ func TestServiceAffinityEnqueue(t *testing.T) {
// Use zero backoff seconds to bypass backoffQ.
testCtx := testutils.InitTestSchedulerWithOptions(
t,
testutils.InitTestMaster(t, "serviceaffinity-enqueue", nil),
testutils.InitTestAPIServer(t, "serviceaffinity-enqueue", nil),
nil,
scheduler.WithProfiles(cfg.Profiles...),
scheduler.WithPodInitialBackoffSeconds(0),