Skip to content

Commit

Permalink
temporary fix surf backend to work with orchestrator-core 2.3.0 (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
hanstrompert authored Jun 26, 2024
1 parent 177012b commit 8d79512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/supa/nrm/backends/surf.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ def _get_subscription_id(self, process_id: str) -> str:
def _get_nsi_stp_subscriptions(self) -> Any:
access_token = self._retrieve_access_token()
nsi_stp_subscriptions = get(
f"{self.backend_settings.base_url}/api/subscriptions/?filter=status,active,tag,NSISTP-NSISTPNL",
f"{self.backend_settings.base_url}/api/pythia_legacy/subscriptions/?filter=status,active,tag,NSISTP-NSISTPNL", # noqa: E501
headers={"Authorization": f"bearer {access_token}"},
)
if nsi_stp_subscriptions.status_code != 200:
Expand Down

0 comments on commit 8d79512

Please sign in to comment.