Skip to content

Conversation

@sbeaulie
Copy link
Contributor

@sbeaulie sbeaulie commented Oct 9, 2020

Status

[Ready for Merge]

Description

Before this change the code would try to check if an object was ABS
by using is_a? which is only for instances of a class. It also compared
with ABS.class which returns the Class class.
Now fixed by comparing the object to the static class

Related Issues

Todos

  • Tests
  • Documentation

Reviewers

@puppetlabs/dio
@highb
@briancain

Before this change the code would try to check if an object was ABS
by using is_a? which is only for instances of a class. It also compared
with ABS.class which returns the Class class.
Now fixed by comparing the object to the static class
@sbeaulie sbeaulie requested a review from jcoconnor October 9, 2020 15:21
@sbeaulie sbeaulie requested review from a team, briancain and highb as code owners October 9, 2020 15:21
@genebean genebean merged commit 3f8417d into master Oct 9, 2020
@genebean genebean deleted the fix-endpoint-check branch October 9, 2020 15:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants