Skip to content

Commit

Permalink
Update sync.go
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisPates committed Aug 28, 2024
1 parent 283caa5 commit 44bc043
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/sync.go
Original file line number Diff line number Diff line change
Expand Up @@ -805,6 +805,7 @@ func DoSync(ctx context.Context, cfg *config.Config) error {
if err != nil {
log.WithField("error", err).Warn("Problem performing test query against Identity Store")
return err
}
log.WithField("Groups", response).Info("Test call for groups successful")

// Initialize sync client with
Expand Down

0 comments on commit 44bc043

Please sign in to comment.