Skip to content

Commit d157c14

Browse files
committed
server: mock UpdateRuntimeConfig
Signed-off-by: Antonio Murdaca <[email protected]>
1 parent 1d08519 commit d157c14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/container_updateruntimeconfig.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ import (
77

88
// UpdateRuntimeConfig updates the configuration of a running container.
99
func (s *Server) UpdateRuntimeConfig(ctx context.Context, req *pb.UpdateRuntimeConfigRequest) (*pb.UpdateRuntimeConfigResponse, error) {
10-
return nil, nil
10+
return &pb.UpdateRuntimeConfigResponse{}, nil
1111
}

0 commit comments

Comments
 (0)