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

GSYE-837: Fixed scm_cn_hours_of_delay dict key, in order to expect th… #1822

Merged
merged 1 commit into from
Jan 8, 2025

Conversation

spyrostz
Copy link
Member

@spyrostz spyrostz commented Jan 8, 2025

…e key that gsy-web sends to gsy-e.

Reason for the proposed changes

Please describe what we want to achieve and why.

Proposed changes

INTEGRATION_TESTS_BRANCH=master
GSY_FRAMEWORK_BRANCH=master

@spyrostz spyrostz requested a review from a team January 8, 2025 13:38
@spyrostz spyrostz merged commit a9e3ab0 into master Jan 8, 2025
2 checks passed
@spyrostz spyrostz deleted the bug/GSYE-837 branch January 8, 2025 13:38
@@ -248,7 +248,7 @@ def _create_config_settings_object(
"external_connection_enabled": settings.get("external_connection_enabled", False),
"aggregator_device_mapping": aggregator_device_mapping,
"hours_of_delay": settings.get("scm", {}).get(
"hours_of_delay", ConstSettings.SCMSettings.HOURS_OF_DELAY
"scm_cn_hours_of_delay", ConstSettings.SCMSettings.HOURS_OF_DELAY
Copy link
Member

Choose a reason for hiding this comment

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

🙈

Copy link

codecov bot commented Jan 8, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 69.61%. Comparing base (296caf0) to head (67e3a07).
Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1822      +/-   ##
==========================================
+ Coverage   69.56%   69.61%   +0.04%     
==========================================
  Files         150      150              
  Lines       14228    14227       -1     
  Branches     2667     2666       -1     
==========================================
+ Hits         9898     9904       +6     
+ Misses       3801     3794       -7     
  Partials      529      529              

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