mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-31 19:16:29 +00:00
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
5 changed files with 5 additions and 1 deletions
|
|
@ -0,0 +1 @@
|
|||
gonzalofrancoceballos
|
||||
1
contributors/emails/skywind5487@gmail.com
Normal file
1
contributors/emails/skywind5487@gmail.com
Normal file
|
|
@ -0,0 +1 @@
|
|||
Skywind5487
|
||||
1
contributors/emails/z23@users.noreply.github.com
Normal file
1
contributors/emails/z23@users.noreply.github.com
Normal file
|
|
@ -0,0 +1 @@
|
|||
z23
|
||||
1
contributors/emails/zhangk1985@gmail.com
Normal file
1
contributors/emails/zhangk1985@gmail.com
Normal file
|
|
@ -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…
Add table
Add a link
Reference in a new issue