Skip to content

Commit

Permalink
CON-11904 Ensure taints are correctly returned via node template endp…
Browse files Browse the repository at this point in the history
…oint
  • Loading branch information
dylanrhysscott committed Feb 19, 2025
1 parent 07a9bd6 commit 3ae13cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kubernetes_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1368,11 +1368,11 @@ func TestKubernetesClusters_GetNodePoolTemplate(t *testing.T) {
"some-label": "some-value"
},
"taints": [
{
{
"key": "some-key",
"value": "some-value",
"effect": "NoSchedule"
}
}
],
"capacity": {
"cpu": 1,
Expand Down

0 comments on commit 3ae13cf

Please sign in to comment.