Skip to content

Commit 3d82ee5

Browse files
committed
Fix the failed test
Signed-off-by: Shinnosuke Sawada-Dazai <[email protected]>
1 parent ba555ab commit 3d82ee5

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
@@ -138,7 +138,7 @@ func TestDeploymentService_executeK8sSyncStage(t *testing.T) {
138138
RunningDeploymentSource: nil,
139139
TargetDeploymentSource: &deployment.DeploymentSource{
140140
ApplicationDirectory: filepath.Join(examplesDir(), "kubernetes", "simple"),
141-
Revision: "0123456789",
141+
CommitHash: "0123456789",
142142
ApplicationConfig: cfg,
143143
ApplicationConfigFilename: "app.pipecd.yaml",
144144
},

0 commit comments

Comments
 (0)