We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9d5dfb commit be1edd7Copy full SHA for be1edd7
plugins/extractors/bigquery/auditlog/auditlog_test.go
@@ -30,7 +30,7 @@ func TestInit(t *testing.T) {
30
}),
31
)
32
33
- assert.EqualError(t, err, "failed to create logadmin client: client is nil, failed initiating client")
+ assert.EqualError(t, err, "create logadmin client: invalid character '-' in numeric literal")
34
})
35
36
t.Run("should not return error invalid config if config is not wrong", func(t *testing.T) {
@@ -129,7 +129,7 @@ func TestParsePayload(t *testing.T) {
129
130
ld, err := parsePayload(auditLog)
131
132
- assert.EqualError(t, err, "failed to get audit data from metadata: metadata field is nil")
+ assert.EqualError(t, err, "get audit data from metadata: metadata field is nil")
133
assert.Nil(t, ld)
134
135
}
0 commit comments