Skip to content

Commit 3be997e

Browse files
committed
fix: broken text
1 parent 7bdfe11 commit 3be997e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service/databases/service_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ func TestGetCertificate_error(t *testing.T) {
109109
api := NewAPI(client, nil, nil)
110110

111111
expected := fmt.Errorf("test error")
112-
client.On("Get", context.TODO(), "get TLS certificate for database 123 in subscription 456", "/subscriptions/456/databases/123/certificates", mock.AnythingOfType("*databases.DatabaseCertificate")).
112+
client.On("Get", context.TODO(), "get TLS certificate for database 123 in subscription 456", "/subscriptions/456/databases/123/certificate", mock.AnythingOfType("*databases.DatabaseCertificate")).
113113
Return(expected)
114114

115115
result, err := api.GetCertificate(context.TODO(), 456, 123)

0 commit comments

Comments
 (0)