Skip to content

Different Dummy Subscription ID for different test(parallel) cases

Kamalika Saha requested to merge kamalika/mastersub into master

Making Subscription IDs for parallel test cases unique. Subscription IDs get prepared with based on the following two data :

  • Topic Name
  • Push Endpoint

In this PR for different use cases of the push endpoint extension gets replaced with "create" ,"get" and "delete" string which results in creation of different subscription IDs for those test runs. image image image

Edited by Kamalika Saha

Merge request reports