From 617cf90fa66606c52e4fe5c450fabc56535b732c Mon Sep 17 00:00:00 2001 From: Shubham Singh Date: Fri, 19 Jul 2024 01:02:19 +0530 Subject: [PATCH] mispell Signed-off-by: Shubham Singh --- edge/test/integration/appdeployment/application_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edge/test/integration/appdeployment/application_test.go b/edge/test/integration/appdeployment/application_test.go index d1bda240395..f67b2a980fa 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)