Skip to content

Commit

Permalink
bad copy pasta
Browse files Browse the repository at this point in the history
  • Loading branch information
dudo committed May 13, 2024
1 parent 7d3e980 commit 377b748
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/annotations_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,8 @@ func TestGetCronitorName(t *testing.T) {

for _, tc := range tests {
t.Run(tc.name, func(t *testing.T) {
annotations := fmt.Sprintf(`"%s": "%s"`, "k8s.cronitor.io/id-inference", tc.AnnotationNamePrefix)
annotations += fmt.Sprintf(`, "%s": "%s"`, "k8s.cronitor.io/cronitor-id", tc.annotationCronitorName)
annotations := fmt.Sprintf(`"%s": "%s"`, "k8s.cronitor.io/name-prefix", tc.AnnotationNamePrefix)
annotations += fmt.Sprintf(`, "%s": "%s"`, "k8s.cronitor.io/cronitor-name", tc.annotationCronitorName)

jsonBlob := fmt.Sprintf(`{
"apiVersion": "batch/v1beta1",
Expand Down

0 comments on commit 377b748

Please sign in to comment.