Skip to content

Commit

Permalink
mispell
Browse files Browse the repository at this point in the history
Signed-off-by: Shubham Singh <[email protected]>
  • Loading branch information
1Shubham7 committed Jul 18, 2024
1 parent c5bf2a4 commit 617cf90
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 617cf90

Please sign in to comment.