Skip to content

Commit

Permalink
Tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
SchoolGuy committed Oct 25, 2024
1 parent 4a53e38 commit e1453a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cobbler/resource_cobbler_system_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ func TestAccCobblerSystem_removeInterface(t *testing.T) {
ResourceName: "cobbler_system.foo",
ImportState: true,
ImportStateVerify: true,
ImportStateVerifyIgnore: []string{"interface_type"},
ImportStateVerifyIgnore: []string{"interface.0.interface_type", "interface.1.interface_type"},
},
},
})
Expand Down

0 comments on commit e1453a6

Please sign in to comment.