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

Changing error message in wf test to match runtime #584

Merged
merged 1 commit into from
Jul 14, 2023

Conversation

RyanLettieri
Copy link
Contributor

Description

Recently the capitalization of an error message changed in dapr/dapr for workflow when GET was called on a non-existent ID. This PR changed the error message that we are comparing against in the workflow test to match the actual error message from dapr/dapr.

Issue reference

We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.

Please reference the issue this PR will close: #[issue number]

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list:

  • Code compiles correctly
  • Created/updated tests
  • Extended the documentation

Signed-off-by: Ryan Lettieri <ryanLettieri@microsoft.com>
@RyanLettieri RyanLettieri requested review from a team as code owners July 14, 2023 18:46
@codecov
Copy link

codecov bot commented Jul 14, 2023

Codecov Report

Merging #584 (f5e78fe) into master (5051a9d) will decrease coverage by 0.29%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #584      +/-   ##
==========================================
- Coverage   87.14%   86.85%   -0.29%     
==========================================
  Files          73       73              
  Lines        3531     3531              
==========================================
- Hits         3077     3067      -10     
- Misses        454      464      +10     

see 2 files with indirect coverage changes

@berndverst berndverst merged commit 18d93c6 into dapr:master Jul 14, 2023
9 of 15 checks passed
elena-kolevska pushed a commit to elena-kolevska/python-sdk that referenced this pull request Sep 4, 2023
Signed-off-by: Ryan Lettieri <ryanLettieri@microsoft.com>
Signed-off-by: Elena Kolevska <elena@kolevska.com>
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.

2 participants