Skip to content

Commit 71eef05

Browse files
ParamadonokankoAMZ
authored andcommitted
Adding support for NodeJS auto instrumentation and integ tests (aws#220)
1 parent 31db083 commit 71eef05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-tests/manifests/annotations/validate_annotations_deployment_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ func TestJavaOnlyDeployment(t *testing.T) {
9595
updateTheOperator(t, clientSet, string(jsonStr))
9696

9797
if err := checkResourceAnnotations(t, clientSet, "deployment", uniqueNamespace, deploymentName, sampleDeploymentYamlNameRelPath, startTime, []string{injectJavaAnnotation, autoAnnotateJavaAnnotation}, false); err != nil {
98-
t.Fatalf("Failed annotation check: %s", err.Error())
98+
t.Fatalf("Failed annotation check: %s", err.Error())
9999
}
100100
}
101101

0 commit comments

Comments
 (0)