Skip to content

Commit

Permalink
Address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
manjunath-batakurki committed Feb 3, 2022
1 parent c91486f commit c454a59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/acceptance_test/helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ func getAPIClient() (*api_client.APIClient, api_client.Configuration) {
})

if meta_err != nil {
log.Printf("[WARN] Error returned: %s", meta_err)
log.Printf("[WARN] Error: %s", meta_err)
}

return apiClient, cfg
Expand Down
2 changes: 1 addition & 1 deletion pkg/utils/meta.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ func SetMeta(apiClient *client.APIClient, r *schema.ResourceData) {
})

if meta_err != nil {
log.Printf("[ERR] Error returned: %s", meta_err)
log.Printf("[WARN] Error: %s", meta_err)
}
}

0 comments on commit c454a59

Please sign in to comment.