diff --git a/contributors/emails/gonzalofrancoceballos@Gonzalos-Mac-mini.local b/contributors/emails/gonzalofrancoceballos@Gonzalos-Mac-mini.local new file mode 100644 index 0000000000000..059333aea848f --- /dev/null +++ b/contributors/emails/gonzalofrancoceballos@Gonzalos-Mac-mini.local @@ -0,0 +1 @@ +gonzalofrancoceballos diff --git a/contributors/emails/skywind5487@gmail.com b/contributors/emails/skywind5487@gmail.com new file mode 100644 index 0000000000000..75126e8d0202e --- /dev/null +++ b/contributors/emails/skywind5487@gmail.com @@ -0,0 +1 @@ +Skywind5487 diff --git a/contributors/emails/z23@users.noreply.github.com b/contributors/emails/z23@users.noreply.github.com new file mode 100644 index 0000000000000..3fded3ad49984 --- /dev/null +++ b/contributors/emails/z23@users.noreply.github.com @@ -0,0 +1 @@ +z23 diff --git a/contributors/emails/zhangk1985@gmail.com b/contributors/emails/zhangk1985@gmail.com new file mode 100644 index 0000000000000..2ca7af13813e1 --- /dev/null +++ b/contributors/emails/zhangk1985@gmail.com @@ -0,0 +1 @@ +kylezh diff --git a/tests/gateway/test_slack.py b/tests/gateway/test_slack.py index 9b74d97112f88..cd35c001c946c 100644 --- a/tests/gateway/test_slack.py +++ b/tests/gateway/test_slack.py @@ -8428,7 +8428,7 @@ class TestFormatMessageTableIntegration: @pytest.fixture def adapter(self): - config = PlatformConfig(name="slack", enabled=True, extra={}) + config = PlatformConfig(enabled=True, extra={}) a = SlackAdapter.__new__(SlackAdapter) a.config = config return a