Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
dehort committed Dec 14, 2023
1 parent 0e55318 commit b0d2191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/api/connectors/inventory/inventory.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ func NewInventoryClientWithHttpRequestDoer(cfg *viper.Viper, doer HttpRequestDoe
},
}

fmt.Printf("*** client: %+v\n", client)
fmt.Printf("*** client.ClientInterface: %+v\n", client.ClientInterface)

return &inventoryConnectorImpl{
client: client,
Expand Down

0 comments on commit b0d2191

Please sign in to comment.