chore(tests): replace pubsubTopic
references with shardInfo
+ clusterId
#2240
Labels
test
Issue related to the test suite with no expected consequence to production code
Description
The nwaku node is deprecating the usage of
pubsubTopic
in favor of usingshardInfo
+clusterId
. While the initial PR (#2239) updated the CI configuration, we need to update our test suite to align with this change.Currently, our test suite in the packages/tests directory still contains many references to
pubsubTopic
when interacting with nwaku/service node. These should be converted to useshardInfo
types to match nwaku's new approach.User Story
As a Waku developer, I want to update our test suite to use
shardInfo
+clusterId
instead ofpubsubTopic
when interacting with nwaku, so that:Proposed Solution / Feature Design
pubsubTopic
usage with appropriateshardInfo
+clusterId
combinationspubsubTopic
in endpointspackages/tests/src/lib/service_node.ts
: Update interface while maintaining REST API compatibilitypackages/tests/tests/
that usepubsubTopic
directlypubsubTopic
The text was updated successfully, but these errors were encountered: