Update cloud.gov org references

This changeset adjusts our references to the cloud.gov org we are using from gsa-tts-benefits-studio-prototyping to gsa-tts-benefits-studio.

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
Carlo Costino
2023-08-25 12:16:57 -04:00
parent 6a83bf8ab9
commit bc650f21fe
16 changed files with 18 additions and 18 deletions

View File

@@ -2,7 +2,7 @@ from subprocess import check_output
from cloudfoundry_client.client import CloudFoundryClient
ORG_NAME = "gsa-tts-benefits-studio-prototyping"
ORG_NAME = "gsa-tts-benefits-studio"
client = CloudFoundryClient.build_from_cf_config()