Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
captncraig committed Nov 15, 2023
1 parent 315c1bf commit 8d5124d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/operator/resources_pod_template_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ func Test_generatePodTemplate(t *testing.T) {
assert.Nil(t, tmpl.Spec.RuntimeClassName)
})

t.Run("AGENT_OPERATOR env ser", func(t *testing.T) {
t.Run("AGENT_DEPLOY_MODE env ser", func(t *testing.T) {
deploy := gragent.Deployment{
Agent: &gragent.GrafanaAgent{
ObjectMeta: v1.ObjectMeta{Name: name, Namespace: name},
Expand Down

0 comments on commit 8d5124d

Please sign in to comment.