-
Notifications
You must be signed in to change notification settings - Fork 47
Labels
effort/hoursEstimated to take a few hours.Estimated to take a few hours.maintenanceMarks maintenance type of tasks.Marks maintenance type of tasks.testIssue related to the test suite with no expected consequence to production codeIssue related to the test suite with no expected consequence to production code
Description
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.Estimated to take a few hours.maintenanceMarks maintenance type of tasks.Marks maintenance type of tasks.testIssue related to the test suite with no expected consequence to production codeIssue related to the test suite with no expected consequence to production code
Type
Projects
Status
Done