Skip to content

fix: missing __api_properties__ on LoadBalancerService#639

Merged
jooola merged 1 commit intomainfrom
fix-missing-api-properties
Mar 23, 2026
Merged

fix: missing __api_properties__ on LoadBalancerService#639
jooola merged 1 commit intomainfrom
fix-missing-api-properties

Conversation

@jooola
Copy link
Member

@jooola jooola commented Mar 23, 2026

Closes #638

Added a test to make sure all classes inheriting from BaseDomain implements the __api_properties__ property.

@codecov
Copy link

codecov bot commented Mar 23, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.72%. Comparing base (8458a52) to head (13a0948).
⚠️ Report is 4 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #639   +/-   ##
=======================================
  Coverage   96.72%   96.72%           
=======================================
  Files          76       76           
  Lines        4033     4035    +2     
=======================================
+ Hits         3901     3903    +2     
  Misses        132      132           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@jooola jooola changed the title fix: missing internal property on LoadBalancerService fix: missing __api_properties__ on LoadBalancerService Mar 23, 2026
@jooola jooola merged commit 740d169 into main Mar 23, 2026
12 checks passed
@jooola jooola deleted the fix-missing-api-properties branch March 23, 2026 10:28
jooola pushed a commit that referenced this pull request Mar 23, 2026
<!-- section-start changelog -->
### Bug Fixes

- missing `__api_properties__` on LoadBalancerService (#639)

<!-- section-end changelog -->

---

<details>
<summary><h4>PR by <a
href="https://github.com/apricote/releaser-pleaser">releaser-pleaser</a>
🤖</h4></summary>

If you want to modify the proposed release, add you overrides here. You
can learn more about the options in the docs.

## Release Notes

### Prefix / Start

This will be added to the start of the release notes.

~~~~rp-prefix
~~~~

### Suffix / End

This will be added to the end of the release notes.

~~~~rp-suffix
~~~~

</details>

Co-authored-by: Hetzner Cloud Bot <>
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.

AttributeError: 'LoadBalancerService' object has no attribute '__api_properties__'

1 participant