Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
colelaven committed Dec 12, 2024
1 parent 5b772c2 commit 00cfedb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/bindplaneextension/extension.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ func (b *bindplaneExtension) RegisterThroughputMeasurements(processorID string,
return b.measurementsRegistry.RegisterThroughputMeasurements(processorID, measurements)
}

func (b *bindplaneExtension) RegisterConfigTopology(processorID string, topology *topology.ConfigTopology) error {
func (b *bindplaneExtension) RegisterConfigTopology(processorID string, topology *topology.ConfigTopologyState) error {
return b.topologyRegistry.RegisterConfigTopology(processorID, topology)
}

Expand Down

0 comments on commit 00cfedb

Please sign in to comment.