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

Fix test_get_latest_agent_should_return_latest_agent_even_on_bad_error_json #2458

Merged
merged 1 commit into from
Jan 5, 2022

Conversation

larohra
Copy link
Contributor

@larohra larohra commented Jan 5, 2022

Description

The test test_get_latest_agent_should_return_latest_agent_even_on_bad_error_json was dependent on the 9.9.* version which was breaking on release-* branches. Removed that dependency

Issue #


PR information

  • The title of the PR is clear and informative.
  • There are a small number of commits, each of which has an informative message. This means that previously merged commits do not appear in the history of the PR. For information on cleaning up the commits in your pull request, see this page.
  • If applicable, the PR references the bug/issue that it fixes in the description.
  • New Unit tests were added for the changes made

Quality of Code and Contribution Guidelines

@codecov
Copy link

codecov bot commented Jan 5, 2022

Codecov Report

Merging #2458 (940479f) into develop (fbe19bd) will decrease coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #2458      +/-   ##
===========================================
- Coverage    71.96%   71.94%   -0.02%     
===========================================
  Files          101      101              
  Lines        15016    15016              
  Branches      2384     2384              
===========================================
- Hits         10806    10803       -3     
- Misses        3726     3729       +3     
  Partials       484      484              
Impacted Files Coverage Δ
azurelinuxagent/common/event.py 85.36% <0.00%> (-0.68%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fbe19bd...940479f. Read the comment docs.

@larohra larohra merged commit 0cd7679 into Azure:develop Jan 5, 2022
@larohra larohra deleted the fix-test branch January 5, 2022 17:19
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.

4 participants