Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tests: Handle different response due to upstream change #876

Merged
merged 1 commit into from Sep 14, 2022

Conversation

colin-pm
Copy link
Member

An external group type with no populated members returns null for member_entity_ids instead of an empty list starting in Vault 1.11.

The failing test that discovered this API change has been updated to handle null.

This closes #862 if no other solution is identified upstream in hashicorp/vault#17107

Signed-off-by: Colin McAllister colinmca242@gmail.com

An external group type with no populated members returns null for member_entity_ids instead of an empty list starting in Vault 1.11.

The failing test that discovered this API change has been updated to handle null.

Signed-off-by: Colin McAllister <colinmca242@gmail.com>
@colin-pm colin-pm requested a review from a team as a code owner September 13, 2022 02:00
@codecov
Copy link

codecov bot commented Sep 13, 2022

Codecov Report

Merging #876 (1692089) into develop (7b94991) will decrease coverage by 0.75%.
The diff coverage is n/a.

@@             Coverage Diff             @@
##           develop     #876      +/-   ##
===========================================
- Coverage    77.96%   77.20%   -0.76%     
===========================================
  Files           64       64              
  Lines         3608     3536      -72     
===========================================
- Hits          2813     2730      -83     
- Misses         795      806      +11     
Impacted Files Coverage Δ
hvac/api/secrets_engines/transform.py 64.06% <0.00%> (-8.60%) ⬇️
hvac/v1/__init__.py 54.77% <0.00%> (-3.33%) ⬇️
hvac/api/vault_api_category.py 94.44% <0.00%> (-0.68%) ⬇️
hvac/adapters.py 86.00% <0.00%> (-0.28%) ⬇️
hvac/utils.py 78.89% <0.00%> (-0.20%) ⬇️
hvac/api/secrets_engines/identity.py 93.98% <0.00%> (-0.03%) ⬇️
hvac/api/secrets_engines/kv.py 100.00% <0.00%> (ø)

@colin-pm colin-pm merged commit 7488941 into hvac:develop Sep 14, 2022
@colin-pm colin-pm deleted the bugfix/identity_test_failure branch September 14, 2022 01:03
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.

TestIdentity Failure in Vault 1.9.0
2 participants