Skip to content

Commit 55d1ba7

Browse files
committed
fix: Use correct config hash for test
Signed-off-by: Lukas Jost <lukas.jost@outlook.com>
1 parent 8dd3290 commit 55d1ba7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/devspace/deploy/deployer/helm/deploy_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ func TestDeploy(t *testing.T) {
7171
Deployments: []remotecache.DeploymentCache{
7272
{
7373
Name: "deploy2",
74-
DeploymentConfigHash: "a5047fb615f1b300af8aebdcb2d806c51ff5c00d68653727c5386c40760cbc42",
74+
DeploymentConfigHash: "038007a9e5018dcf8ffbabad39c1fdc08251e583d7b19e74b765b815d5302444",
7575
Helm: &remotecache.HelmCache{
7676
Release: "deploy2",
7777
ReleaseNamespace: "testNamespace",

0 commit comments

Comments
 (0)