Skip to content

Commit

Permalink
Merge pull request #4428 from sul-dlss/corylown-patch-1
Browse files Browse the repository at this point in the history
Fix OclcDiscoveryClient class name
  • Loading branch information
marlo-longley committed Sep 19, 2024
2 parents 1a44336 + 4cc8968 commit 2da6199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/okcomputer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def check

class OclcDiscoveryCheck < OkComputer::Check
def check
if OclcDiscoveryService.new.ping
if OclcDiscoveryClient.new.ping
mark_message 'Connected to OCLC Discovery'
else
mark_failure
Expand Down

0 comments on commit 2da6199

Please sign in to comment.