Skip to content

Commit

Permalink
Fix renamed containers
Browse files Browse the repository at this point in the history
It seems that the container names were changed and the test cases fail. This commit fixes this change. All tests run successfully afterwards.
  • Loading branch information
Jushav authored and 5ila5 committed Nov 21, 2024
1 parent b703995 commit 0cd8361
Showing 1 changed file with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,13 @@ def get_data(self, year):
r.raise_for_status()

args["SubmitAction"] = "forward"
args["ContainerGewaehltRM"] = "on"
args["ContainerGewaehltBM"] = "on"
args["ContainerGewaehltLVP"] = "on"
args["ContainerGewaehltPA"] = "on"
args["ContainerGewaehltPrMuell"] = "on"
args["ContainerGewaehlt_1"] = "on"
args["ContainerGewaehlt_2"] = "on"
args["ContainerGewaehlt_3"] = "on"
args["ContainerGewaehlt_4"] = "on"
args["ContainerGewaehlt_5"] = "on"
args["ContainerGewaehlt_6"] = "on"
args["ContainerGewaehlt_7"] = "on"
r = session.post(
API_URL,
data=args,
Expand Down

0 comments on commit 0cd8361

Please sign in to comment.