Skip to content

Commit f9d6ac5

Browse files
committed
fix: missing NL
Signed-off-by: Alessio Pragliola <seth.pro@gmail.com>
1 parent 8b137f8 commit f9d6ac5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

catalog/internal/server/openapi/api_mcp_catalog_service_service_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,4 +687,4 @@ func TestFindMCPServersFilterOptions(t *testing.T) {
687687
assert.Equal(t, http.StatusNotImplemented, result.Code)
688688
// The function returns an error, but err should be nil as it's handled in the response
689689
assert.NoError(t, err)
690-
}
690+
}

0 commit comments

Comments
 (0)