Skip to content

Commit 38ecb88

Browse files
committed
fix: correct default value for well-known endpoint.
1 parent ee86900 commit 38ecb88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/sumo/wrapper/sumo_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
DEFAULT_TIMEOUT = httpx.Timeout(30.0)
2424

2525
WELL_KNOWN = os.environ.get(
26-
"SUMOCONNECTIONINFO", "https://api.sumo.equinor.com"
26+
"SUMOCONNECTIONINFO", "https://api.sumo.equinor.com/well-known"
2727
)
2828

2929

0 commit comments

Comments
 (0)