Skip to content

Commit

Permalink
Default registry config updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
janosmurai committed Sep 26, 2024
1 parent f26c3ee commit 232763d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion dem/core/data_management.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@ def __init__(self) -> None:
self._default_json = """{
"registries": [
{
"name": "axemsolutions",
"name": "axem",
"namespace": "axemsolutions",
"url": "https://registry.hub.docker.com"
}
],
Expand Down
3 changes: 2 additions & 1 deletion tests/core/test_data_management.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,8 @@ def test_ConfigFile(mock_PurePath: MagicMock):
assert local_dev_env_json._default_json == """{
"registries": [
{
"name": "axemsolutions",
"name": "axem",
"namespace": "axemsolutions",
"url": "https://registry.hub.docker.com"
}
],
Expand Down

0 comments on commit 232763d

Please sign in to comment.