From 80dcff8458fdc81a53321ce532e8c870ce06e1c3 Mon Sep 17 00:00:00 2001 From: Teknium <127238744+teknium1@users.noreply.github.com> Date: Thu, 23 Jul 2026 08:21:40 -0700 Subject: [PATCH] chore: map C11 salvage contributor emails + fixture kwarg fix shivasymbl, z23, Skywind5487, 2001Y, gonzalofrancoceballos, kylezh. briandevans' noreply mapping already present; mzkarami's mapping file shipped inside #66204's own commit. Also fixes the TestFormatMessageTableIntegration fixture to match PlatformConfig's current signature (no 'name' kwarg). --- .../emails/gonzalofrancoceballos@Gonzalos-Mac-mini.local | 1 + contributors/emails/skywind5487@gmail.com | 1 + contributors/emails/z23@users.noreply.github.com | 1 + contributors/emails/zhangk1985@gmail.com | 1 + tests/gateway/test_slack.py | 2 +- 5 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 contributors/emails/gonzalofrancoceballos@Gonzalos-Mac-mini.local create mode 100644 contributors/emails/skywind5487@gmail.com create mode 100644 contributors/emails/z23@users.noreply.github.com create mode 100644 contributors/emails/zhangk1985@gmail.com diff --git a/contributors/emails/gonzalofrancoceballos@Gonzalos-Mac-mini.local b/contributors/emails/gonzalofrancoceballos@Gonzalos-Mac-mini.local new file mode 100644 index 00000000000..059333aea84 --- /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 00000000000..75126e8d020 --- /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 00000000000..3fded3ad499 --- /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 00000000000..2ca7af13813 --- /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 9b74d97112f..cd35c001c94 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