Skip to content

Commit

Permalink
Add example svc to service_type
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealHaoLiu committed Nov 15, 2024
1 parent ac57d9a commit e8b76ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible_base/resource_registry/registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def _validate_api_config(self, config):
- Viewsets have the correct serializer, pagination and filter classes
- Service type is set to one of awx, galaxy, eda or aap
"""
assert config.service_type in ["aap", "awx", "galaxy", "eda"]
assert config.service_type in ["aap", "awx", "galaxy", "eda", "example"]

def get_resources(self):
return self.registry
Expand Down

0 comments on commit e8b76ec

Please sign in to comment.