Skip to content

Commit 1c96054

Browse files
committed
Rename Revision field to CommitHash in tests
Signed-off-by: Shinnosuke Sawada-Dazai <[email protected]>
1 parent d19d4b2 commit 1c96054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/app/pipedv1/plugin/kubernetes/deployment/server_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ func TestDeploymentService_executeK8sSyncStage_withInputNamespace(t *testing.T)
223223
RunningDeploymentSource: nil,
224224
TargetDeploymentSource: &deployment.DeploymentSource{
225225
ApplicationDirectory: filepath.Join(examplesDir(), "kubernetes", "simple"),
226-
Revision: "0123456789",
226+
CommitHash: "0123456789",
227227
ApplicationConfig: cfg,
228228
ApplicationConfigFilename: "app.pipecd.yaml",
229229
},

0 commit comments

Comments
 (0)