Skip to content

Commit

Permalink
fix allowed errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Yarom Swisa authored and Yarom Swisa committed May 1, 2023
1 parent b8f5076 commit f1eaf2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testutil/e2e/allowedErrorList.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ var allowedErrors = map[string]string{
"invalid pairing with consumer": "This error is allowed temporarily because of data reliability",
"Could not get reply to reliability relay": "This error is allowed temporarily because of data reliability",
"VerifyReliabilityAddressSigning invalid": "This error is allowed temporarily because of data reliability",
"invalid self pairing with consumer consumer": "This error is allowed temporarily because of data reliability",
"invalid self pairing with consumer": "This error is allowed temporarily because of data reliability",
}

0 comments on commit f1eaf2a

Please sign in to comment.