Skip to content

Commit

Permalink
Update test _type Field
Browse files Browse the repository at this point in the history
  • Loading branch information
esurdam committed Sep 10, 2018
1 parent 91b89f4 commit 35dd99e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ func (dnsMock) References() []string {
type dhcpServerMock struct {
Locked string `json:"_locked"`
Reference string `json:"_ref"`
_type string `json:"_type"`
ObjectType string `json:"_type"`
Address string `json:"address"`
Comment string `json:"comment"`
Custom string `json:"custom"`
Expand Down

0 comments on commit 35dd99e

Please sign in to comment.