We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee86900 commit 38ecb88Copy full SHA for 38ecb88
1 file changed
src/sumo/wrapper/sumo_client.py
@@ -23,7 +23,7 @@
23
DEFAULT_TIMEOUT = httpx.Timeout(30.0)
24
25
WELL_KNOWN = os.environ.get(
26
- "SUMOCONNECTIONINFO", "https://api.sumo.equinor.com"
+ "SUMOCONNECTIONINFO", "https://api.sumo.equinor.com/well-known"
27
)
28
29
0 commit comments