Skip to content

Commit 7b65210

Browse files
committed
fix expect
1 parent 382843f commit 7b65210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

daemon/internal/newrelic/php_packages_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ func TestCollectorJSON(t *testing.T) {
169169
if nil != err {
170170
t.Fatalf("Expected nil error, got %s", err.Error())
171171
}
172-
if expectedJSON != string(json) {
172+
if expectedJSON != string(json) && expectedJSONB != string(json) {
173173
t.Fatalf("Expected '%s', got '%s'", expectedJSON, string(json))
174174
}
175175
}

0 commit comments

Comments
 (0)