Skip to content

Commit 1b35bf3

Browse files
committed
Add tests for issue #205
1 parent c7429f5 commit 1b35bf3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/205_test.go

-2
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ func HSeed205(t *testing.T, client *netbox.APIClient) *Seed205 {
7979
tagRequest := &netbox.TagRequest{
8080
Name: randString(10),
8181
Slug: randString(10),
82-
Color: "112233",
8382
Description: netbox.PtrString("This is a test"),
8483
}
8584

@@ -104,7 +103,6 @@ func Test205(t *testing.T) {
104103
tagRequest := &netbox.TagRequest{
105104
Name: randString(10),
106105
Slug: randString(10),
107-
Color: "112233",
108106
Description: netbox.PtrString("This is a test"),
109107
}
110108

0 commit comments

Comments
 (0)