Skip to content

Commit

Permalink
fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
floreks committed Sep 12, 2023
1 parent f70eff0 commit a96a54f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ tests:
path: spec.project
- isNullOrEmpty:
path: spec.location
- equal:
path: spec.controlPlaneVersion
value: "1.24.16"
- it: should use custom kubernetes version if provided
set:
provider: gcp
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,6 @@ tests:
equal:
path: spec.machineType
value: e2-standard-2
- it: should have default kubernetes version set
set:
provider: gcp
type: managed
asserts:
- documentIndex: 1
equal:
path: spec.template.spec.version
value: "1.24.16"
- it: should have custom kubernetes version set
set:
provider: gcp
Expand Down

0 comments on commit a96a54f

Please sign in to comment.