File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed
Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -273,7 +273,7 @@ func TestEditServerEndpoint(t *testing.T) {
273273 },
274274 },
275275 setupMocks : func (registry * MockRegistryService ) {
276- currentServer := & model. ServerResponse {
276+ currentServer := & apiv0. ServerRecord {
277277 Server : model.ServerJSON {
278278 Name : "io.github.domdomegg/test-server" ,
279279 Description : "Original server" ,
Original file line number Diff line number Diff line change @@ -6,14 +6,9 @@ import (
66
77 "github.com/google/uuid"
88 "github.com/modelcontextprotocol/registry/internal/database"
9- << << << < HEAD
10- "github.com/modelcontextprotocol/registry/internal/model"
11- "github.com/modelcontextprotocol/registry/internal/validators"
12- == == == =
139 "github.com/modelcontextprotocol/registry/internal/validators"
1410 apiv0 "github.com/modelcontextprotocol/registry/pkg/api/v0"
1511 "github.com/modelcontextprotocol/registry/pkg/model"
16- >> >> >> > main
1712)
1813
1914// fakeRegistryService implements RegistryService interface with an in-memory database
You can’t perform that action at this time.
0 commit comments