Skip to content

Commit

Permalink
Cleanout unused pubsub stuff (#22)
Browse files Browse the repository at this point in the history
removed event_survey-update_rh subscription from the setup script
  • Loading branch information
kacperpONS authored Jun 16, 2023
1 parent efe4fbd commit 094484e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/resources/setup_pubsub.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ curl -X PUT http://$PUBSUB_SETUP_HOST/v1/projects/shared-project/topics/event_co
curl -X PUT http://$PUBSUB_SETUP_HOST/v1/projects/shared-project/subscriptions/event_collection-exercise-update_rh -H 'Content-Type: application/json' -d '{"topic": "projects/shared-project/topics/event_collection-exercise-update"}'

curl -X PUT http://$PUBSUB_SETUP_HOST/v1/projects/shared-project/topics/event_survey-update
curl -X PUT http://$PUBSUB_SETUP_HOST/v1/projects/shared-project/subscriptions/event_survey-update_rh -H 'Content-Type: application/json' -d '{"topic": "projects/shared-project/topics/event_survey-update"}'

curl -X PUT http://$PUBSUB_SETUP_HOST/v1/projects/shared-project/topics/event_eq-launch
curl -X PUT http://$PUBSUB_SETUP_HOST/v1/projects/shared-project/subscriptions/event_eq-launch -H 'Content-Type: application/json' -d '{"topic": "projects/shared-project/topics/event_eq-launch"}'

0 comments on commit 094484e

Please sign in to comment.