Skip to content

Commit

Permalink
Lintage
Browse files Browse the repository at this point in the history
  • Loading branch information
SpacemanPaul committed Apr 9, 2024
1 parent b283878 commit bedf264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cfg.py
Expand Up @@ -525,7 +525,7 @@ def test_raw_by_environment(simple_config, monkeypatch):


def test_default_environment(simple_config, monkeypatch):
from datacube.cfg import ODCConfig, ConfigException
from datacube.cfg import ODCConfig
cfg = ODCConfig(text=simple_config)
assert cfg[None]._name == 'legacy'
monkeypatch.setenv('ODC_ENVIRONMENT', 'exp2')
Expand Down

0 comments on commit bedf264

Please sign in to comment.