Skip to content

Commit

Permalink
fix logic
Browse files Browse the repository at this point in the history
  • Loading branch information
epugh committed Apr 17, 2024
1 parent 90ba9dd commit 000ed91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/jobs/run_case_job2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def perform user, kase, root_url
response = connection.get
puts 'I did a get'

if :ok == response.status
if response.success?
# Parse the response body as JSON
data = JSON.parse(response.body)

Expand Down

0 comments on commit 000ed91

Please sign in to comment.