Skip to content

Commit

Permalink
Update Agent template hash in TestReconcileAgent_Reconcile
Browse files Browse the repository at this point in the history
  • Loading branch information
thbkrkr committed May 12, 2022
1 parent 06360dd commit c168016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/agent/controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ func TestReconcileAgent_Reconcile(t *testing.T) {
ObjectMeta: metav1.ObjectMeta{
Name: "testAgent-agent",
Namespace: "test",
Labels: addLabel(defaultLabels, hash.TemplateHashLabelName, "2519944696"),
Labels: addLabel(defaultLabels, hash.TemplateHashLabelName, "1678576940"),
},
Status: appsv1.DeploymentStatus{
AvailableReplicas: 1,
Expand Down

0 comments on commit c168016

Please sign in to comment.