Skip to content

Commit

Permalink
Tests: Fix broken (#1249)
Browse files Browse the repository at this point in the history
  • Loading branch information
osulzhenko authored and GitHub Enterprise committed Oct 30, 2023
1 parent c5b9281 commit 1d003a5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ enum ErrorType {
PREBID("prebid"),
CACHE("cache"),
ALIAS("alias"),
RUBICON_ALIAS("rubiconAlias")
RUBICON_ALIAS("rubiconAlias"),
RUBICON_ALIAS_LOWER_CASE("rubiconalias")

@JsonValue
final String value
Expand Down

0 comments on commit 1d003a5

Please sign in to comment.