Skip to content

Commit

Permalink
Fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
twink0r authored and fbreckle committed Sep 15, 2023
1 parent f43e413 commit 8dad61b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netbox/resource_netbox_token_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ resource "netbox_token" "test_basic" {
key = "%s"
allowed_ips = ["2.4.8.16/32"]
write_enabled = false
description = "Netbox Test Basic Token"
description = "Netbox Test Basic Token"
}`, testName, testToken),
Check: resource.ComposeTestCheckFunc(
resource.TestCheckResourceAttr("netbox_token.test_basic", "key", testToken),
Expand Down

0 comments on commit 8dad61b

Please sign in to comment.