You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/developers/bid-adapter-porting-guide.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -69,4 +69,4 @@ To maintain consistency across adapters:
69
69
- Blocking code.
70
70
- Fully dynamic hostnames in URLs.
71
71
- 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