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 9985aeb commit 07a9bd6
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 @@ -1369,9 +1369,9 @@ func TestKubernetesClusters_GetNodePoolTemplate(t *testing.T) {
},
"taints": [
{
"key": "some-key",
"key": "some-key",
"value": "some-value",
"effect": "NoSchedule"
"effect": "NoSchedule"
}
],
"capacity": {
Expand Down

0 comments on commit 07a9bd6

Please sign in to comment.