Skip to content

chore: fix nwaku master tests #2624

@weboko

Description

@weboko

Description

We need to fix following E2E test setup:

public async ensureSubscriptionsAutosharding(
    contentTopics: string[]
  ): Promise<boolean> {
    this.checkProcess();

    return this.restCall<boolean>(
      "/relay/v1/auto/subscriptions",
      "POST",
      contentTopics,
      async (response) => response.status === 200
    );
  }

Metadata

Metadata

Assignees

Labels

effort/hoursEstimated to take a few hours.maintenanceMarks maintenance type of tasks.testIssue related to the test suite with no expected consequence to production code

Type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions