diff options
| author | KubeEdge Bot <48982446+kubeedge-bot@users.noreply.github.com> | 2024-07-19 10:22:01 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-19 10:22:01 +0800 |
| commit | f0bf11c76e5c326be40c9363c74345f7cfcbfee4 (patch) | |
| tree | fad10f14b115bf5056035278c5786760308ab693 | |
| parent | Merge pull request #5572 from luomengY/kead_ctl_client-go (diff) | |
| parent | mispell (diff) | |
| download | kubeedge-f0bf11c76e5c326be40c9363c74345f7cfcbfee4.tar.gz | |
Merge pull request #5742 from 1Shubham7/misspell
Small misspell
| -rw-r--r-- | edge/test/integration/appdeployment/application_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/edge/test/integration/appdeployment/application_test.go b/edge/test/integration/appdeployment/application_test.go index d1bda2403..f67b2a980 100644 --- a/edge/test/integration/appdeployment/application_test.go +++ b/edge/test/integration/appdeployment/application_test.go @@ -125,7 +125,7 @@ var _ = Describe("Application deployment in edgecore Testing", func() { CheckPodRunningState(ctx.Cfg.EdgedEndpoint+AppHandler, UID) }) - It("TC_TEST_APP_DEPLOYMENT_7: Test application deployment with restrat policy : always", func() { + It("TC_TEST_APP_DEPLOYMENT_7: Test application deployment with restart policy : always", func() { //Generate the random string and assign as a UID UID = "deployment-app-" + edge.GetRandomString(10) IsAppDeployed := HandleAddAndDeletePods(http.MethodPut, ctx.Cfg.TestManager+AppHandler, UID, []v1.Container{{Name: UID, Image: ctx.Cfg.AppImageURL[0], ImagePullPolicy: v1.PullIfNotPresent}}, v1.RestartPolicyAlways) |
