Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Aceex adapter #1477

Merged
merged 9 commits into from
Sep 27, 2021
Merged

Add Aceex adapter #1477

merged 9 commits into from
Sep 27, 2021

Conversation

And1sS
Copy link
Member

@And1sS And1sS commented Sep 14, 2021

No description provided.

Comment on lines 139 to 143
assertThat(result.getErrors()).hasSize(1)
.allSatisfy(error -> {
assertThat(error.getType()).isEqualTo(BidderError.Type.bad_server_response);
assertThat(error.getMessage()).startsWith("Empty SeatBid array");
});
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just containsExactly will be enough, this message doesn't need to be checked as startsWith

@rpanchyk rpanchyk merged commit 398dfa1 into master Sep 27, 2021
@rpanchyk rpanchyk deleted the add-aceex-bidder branch September 27, 2021 12:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants