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).
This commit is contained in:
Teknium 2026-07-23 08:21:40 -07:00
parent eaa35ae68f
commit 80dcff8458
5 changed files with 5 additions and 1 deletions

View file

@ -0,0 +1 @@
gonzalofrancoceballos

View file

@ -0,0 +1 @@
Skywind5487

View file

@ -0,0 +1 @@
z23

View file

@ -0,0 +1 @@
kylezh

View file

@ -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