Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.

Commit

Permalink
refactor: review.
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Mar 21, 2018
1 parent efb59fd commit 1321ef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client_mock_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func (c *clientMock) GetInstances(appName, serviceName, partitionName string) (*

func (c *clientMock) GetServiceExtensionMap(service *sf.ServiceItem, app *sf.ApplicationItem, extensionKey string) (map[string]string, error) {
if extensionKey != traefikServiceFabricExtensionKey {
return nil, fmt.Errorf("Extension key not expected value have: %v expect: %v", extensionKey, traefikServiceFabricExtensionKey)
return nil, fmt.Errorf("extension key not expected value have: %s expect: %s", extensionKey, traefikServiceFabricExtensionKey)
}
return c.getServiceExtensionMapResult, nil
}
Expand Down

0 comments on commit 1321ef7

Please sign in to comment.