Skip to content

Commit 299b770

Browse files
bretgNet-burst
andauthored
Docs: Update bid-adapter-porting-guide.md (prebid#3820)
Co-authored-by: Oleksandr Zhevedenko <720803+Net-burst@users.noreply.github.com>
1 parent 382ad29 commit 299b770

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)