mirror of
https://github.com/restic/restic.git
synced 2026-08-30 09:17:14 +00:00
Update vendored library cloud.google.com/go
This commit is contained in:
Generated
Vendored
+2
-2
@@ -69,13 +69,13 @@ func TestReportErrorsServiceSmoke(t *testing.T) {
|
||||
LineNumber: lineNumber,
|
||||
FunctionName: functionName,
|
||||
}
|
||||
var context = &clouderrorreportingpb.ErrorContext{
|
||||
var context_ = &clouderrorreportingpb.ErrorContext{
|
||||
ReportLocation: reportLocation,
|
||||
}
|
||||
var event = &clouderrorreportingpb.ReportedErrorEvent{
|
||||
Message: message,
|
||||
ServiceContext: serviceContext,
|
||||
Context: context,
|
||||
Context: context_,
|
||||
}
|
||||
var request = &clouderrorreportingpb.ReportErrorEventRequest{
|
||||
ProjectName: formattedProjectName,
|
||||
|
||||
Reference in New Issue
Block a user