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 a1ec989 commit 63c542dCopy full SHA for 63c542d
daemon/internal/newrelic/app_test.go
@@ -248,9 +248,11 @@ func TestConnectPayloadInternalDocker(t *testing.T) {
248
if nil != err {
249
t.Errorf("expected: %v\nactual: %v", nil, err)
250
}
251
+
252
253
254
func TestPreconnectPayloadEncoded(t *testing.T) {
255
256
preconnectPayload := &RawPreconnectPayload{SecurityPolicyToken: "ffff-eeee-eeee-dddd", HighSecurity: false}
257
expected := `[` +
258
`{` +
@@ -585,6 +587,7 @@ func TestConnectPayloadEncoded(t *testing.T) {
585
587
} else if string(b) != expected {
586
588
t.Errorf("expected: %s\nactual: %s", expected, string(b))
589
590
591
592
593
func TestMaxPayloadSizeInBytesFromDefault(t *testing.T) {
0 commit comments