Skip to content

Commit

Permalink
Merge pull request kubeedge#5742 from 1Shubham7/misspell
Browse files Browse the repository at this point in the history
Small misspell
  • Loading branch information
kubeedge-bot authored Jul 19, 2024
2 parents 970cc24 + 617cf90 commit f0bf11c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edge/test/integration/appdeployment/application_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f0bf11c

Please sign in to comment.