Skip to content

Commit

Permalink
Update OWNERS_ALIASES (#49)
Browse files Browse the repository at this point in the history
Description of changes:
Add anbaig and divyansh-gupta to the service-team aliases

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
  • Loading branch information
ndbhat authored Apr 26, 2024
1 parent 0d1295e commit 6c983a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions OWNERS_ALIASES
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ aliases:
# TODO: Add your team members' GitHub aliases to the team alias
service-team:
- ndbhat
- anbaig
- divyansh-gupta
- Hamidhasan
2 changes: 1 addition & 1 deletion test/e2e/tests/test_ca_activation.py
Original file line number Diff line number Diff line change
Expand Up @@ -677,4 +677,4 @@ def test_multiple_activation_resources(self, acmpca_client, simple_ca_activation
assert act_2_cr['status']['conditions'][0]['message'] == "Resource already exists"

_, deleted = k8s.delete_custom_resource(act_2_ref)
assert deleted is True
assert deleted is True

0 comments on commit 6c983a3

Please sign in to comment.