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:
parent
eaa35ae68f
commit
80dcff8458
|
|
@ -0,0 +1 @@
|
|||
gonzalofrancoceballos
|
||||
|
|
@ -0,0 +1 @@
|
|||
Skywind5487
|
||||
|
|
@ -0,0 +1 @@
|
|||
z23
|
||||
|
|
@ -0,0 +1 @@
|
|||
kylezh
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue