From f0592b979a9b0cd12aff2effd638bbb0f0d0dd59 Mon Sep 17 00:00:00 2001 From: shuningc Date: Thu, 18 Jun 2026 12:50:54 -0700 Subject: [PATCH] Renaming the Galileo env varialbes to splunk-ao in pyproject.toml --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 199ae29f..8655d4cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -92,10 +92,10 @@ pythonpath = ["./src/"] # Note: Some env vars are also set in conftest.py for pytest-xdist compatibility # on Python 3.14+. This section remains for documentation and older Python support. env = [ - "GALILEO_CONSOLE_URL=http://fake.test:8088", - "GALILEO_API_KEY=api-1234567890", - "GALILEO_PROJECT=test-project", - "GALILEO_LOG_STREAM=test-log-stream", + "SPLUNK_AO_CONSOLE_URL=http://fake.test:8088", + "SPLUNK_AO_API_KEY=api-1234567890", + "SPLUNK_AO_PROJECT=test-project", + "SPLUNK_AO_LOG_STREAM=test-log-stream", "OPENAI_API_KEY=sk-test", ] addopts = [