Skip to content

Commit

Permalink
Update bid-adapter-porting-guide.md
Browse files Browse the repository at this point in the history
per java eng sync meeting
  • Loading branch information
bretg authored Mar 11, 2025
1 parent 382ad29 commit d45b2a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developers/bid-adapter-porting-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ To maintain consistency across adapters:
- Blocking code.
- Fully dynamic hostnames in URLs.
- Non-thread-safe code (bidder adapters should not store state internally).
6. If an adapter has no special logic, consider using an alias to `Generic` instead.
6. If an adapter has no special logic, consider using an alias to `Generic` instead. In this case, there will still need to be an integration test for this bidder. e.g. src/test/java/org/prebid/server/it/BidderNameTest.java

0 comments on commit d45b2a0

Please sign in to comment.