Skip to content

Commit 4874239

Browse files
committed
fix signature
Signed-off-by: Sylvain Hellegouarch <sh@defuze.org>
1 parent 34c380e commit 4874239

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22

33
## [Unreleased][]
44

5-
[Unreleased]: https://github.com/chaostoolkit-incubator/chaostoolkit-slack/compare/0.5.6...HEAD
5+
[Unreleased]: https://github.com/chaostoolkit-incubator/chaostoolkit-slack/compare/0.5.7...HEAD
6+
7+
## [0.5.7][]
8+
9+
[0.5.7]: https://github.com/chaostoolkit-incubator/chaostoolkit-slack/compare/0.5.6...0.5.7
10+
11+
- Fix signature again
612

713
## [0.5.6][]
814

chaosslack/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# -*- coding: utf-8 -*-
2-
__version__ = "0.5.6"
2+
__version__ = "0.5.7"

chaosslack/control.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def after_loading_experiment_control(
4040
) -> None:
4141
send(
4242
"Experiment loaded",
43-
context,
43+
state,
4444
get_state(),
4545
channel,
4646
configuration=configuration,

0 commit comments

Comments
 (0)