Skip to content

Commit d45b2a0

Browse files
authored
Update bid-adapter-porting-guide.md
per java eng sync meeting
1 parent 382ad29 commit d45b2a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/developers/bid-adapter-porting-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ To maintain consistency across adapters:
6969
- Blocking code.
7070
- Fully dynamic hostnames in URLs.
7171
- Non-thread-safe code (bidder adapters should not store state internally).
72-
6. If an adapter has no special logic, consider using an alias to `Generic` instead.
72+
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 commit comments

Comments
 (0)