Skip to content

Commit

Permalink
πŸ› fix: Change test slug
Browse files Browse the repository at this point in the history
  • Loading branch information
twink0r authored and fbreckle committed Jul 30, 2024
1 parent 63e3c81 commit aac34b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netbox/data_source_netbox_virtual_machines_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ func TestAccNetboxVirtualMachinesDataSource_tags(t *testing.T) {
}

func TestAccNetboxVirtualMachinesDataSource_status(t *testing.T) {
testSlug := "vm_ds_tags"
testSlug := "vm_ds_status"
testName := testAccGetTestName(testSlug)
dependencies := testAccNetboxVirtualMachineDataSourceDependenciesWithStatus(testName)
resource.Test(t, resource.TestCase{
Expand Down

0 comments on commit aac34b5

Please sign in to comment.