Skip to content

Commit 03aabdc

Browse files
musa-asadokankoAMZ
authored andcommitted
Support configurable resources for NodeJS. (aws#225)
1 parent 71eef05 commit 03aabdc

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)