Skip to content

Commit 2b3d3f0

Browse files
authored
fix: expected eks node to 3 (#983)
1 parent adfbef6 commit 2b3d3f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/src/eks_blueprints_e2e_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ var (
5757
}
5858

5959
/*EKS API Validation*/
60-
expectedEKSWorkerNodes = 2
60+
expectedEKSWorkerNodes = 3
6161

6262
/*Update the expected Deployments names and the namespace*/
6363
expectedDeployments = [...]Deployment{

0 commit comments

Comments
 (0)