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

Update variables in run_post_receive to fit the meaning #82

Merged
merged 3 commits into from
Oct 5, 2022

Conversation

timfanda35
Copy link
Contributor

#81

@@ -40,8 +40,8 @@ def run_post_receive(message, full_filename):
variables = {
"filename": os.path.basename(full_filename),
"fullfilename": full_filename,
"sender": message.organization.as2_name,
"receiver": message.partner.as2_name,
"sender": message.partner.as2_name,
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should this not also need a test change

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It should be, I will add the test.

setup.py Show resolved Hide resolved
@codecov
Copy link

codecov bot commented Oct 4, 2022

Codecov Report

Base: 97.44% // Head: 97.44% // No change to project coverage 👍

Coverage data is based on head (f1dffa0) compared to base (8850858).
Patch has no changes to coverable lines.

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #82   +/-   ##
=======================================
  Coverage   97.44%   97.44%           
=======================================
  Files          11       11           
  Lines         587      587           
=======================================
  Hits          572      572           
  Misses         15       15           
Impacted Files Coverage Δ
pyas2/utils.py 100.00% <ø> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@abhishek-ram abhishek-ram merged commit 1592d3d into abhishek-ram:master Oct 5, 2022
@timfanda35 timfanda35 deleted the bugfix/81 branch October 5, 2022 03:01
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