Skip to content

Commit e8687c4

Browse files
authored
Update airbyte_cdk/cli/airbyte_cdk/_secrets.py
1 parent 4394ea2 commit e8687c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airbyte_cdk/cli/airbyte_cdk/_secrets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151

5252
GCP_PROJECT_ID: str = os.environ.get("GCP_PROJECT_ID", "") or "dataline-integration-testing"
5353
# We put the `or` outside the `get()` because we want the `GCP_PROJECT_ID`
54-
# value to be ignored if it contains an empty string, such as in CI where the
54+
# env var to be ignored if it contains an empty string, such as in CI where the
5555
# workflow might set it to a value that is itself actually missing or unset.
5656
"""The GCP project ID to use for fetching integration test secrets."""
5757

0 commit comments

Comments
 (0)