Skip to content

Commit

Permalink
remove dynamic_config from test (#87)
Browse files Browse the repository at this point in the history
Co-authored-by: Robert Nemeti <[email protected]>
  • Loading branch information
nrobert13 and Robert Nemeti authored Jan 9, 2024
1 parent 6e3750a commit 5573427
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion metakube/resource_node_deployment_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ func TestAccMetakubeNodeDeployment_Openstack_Basic(t *testing.T) {
resource.TestCheckResourceAttr(resourceName, "spec.0.template.0.cloud.0.openstack.0.use_floating_ip", "true"),
resource.TestCheckResourceAttr(resourceName, "spec.0.template.0.cloud.0.openstack.0.disk_size", "8"),
resource.TestCheckResourceAttr(resourceName, "spec.0.template.0.versions.0.kubelet", data2.KubeletVersion),
resource.TestCheckResourceAttr(resourceName, "spec.0.dynamic_config", "false"),
),
},
{
Expand Down

0 comments on commit 5573427

Please sign in to comment.