Skip to content

Commit

Permalink
Fix how suite id is determined so that the endpoint defined in this t…
Browse files Browse the repository at this point in the history
…est kit can be reused by other test kits (#62)
  • Loading branch information
emichaud998 authored Dec 11, 2024
1 parent 8000aae commit 37bddd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/carin_for_blue_button_test_kit/client/v2.0.0/urls.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def resume_fail_url
end

def suite_id
self.class.suite.id
CarinForBlueButtonTestKit::C4BBV200ClientSuite.id
end
end
end

0 comments on commit 37bddd8

Please sign in to comment.