mirror of
https://github.com/redhat-developer/odo.git
synced 2025-10-19 03:06:19 +03:00
resolve inconsistent order of registries in preference view (#6266)
* resolve inconsistent order of registries in preference view Signed-off-by: anandrkskd <anandrkskd@gmail.com> * reverse regList on business layer Signed-off-by: anandrkskd <anandrkskd@gmail.com> * update unit test, add functional test and small refactor Signed-off-by: anandrkskd <anandrkskd@gmail.com> * update functional tests to use proxy Signed-off-by: anandrkskd <anandrkskd@gmail.com> Signed-off-by: anandrkskd <anandrkskd@gmail.com>
This commit is contained in:
committed by
GitHub
parent
26c1d9be4a
commit
99f4a0dbc6
@@ -48,13 +48,13 @@ OdoSettings:
|
||||
registryName: "",
|
||||
want: []api.Registry{
|
||||
{
|
||||
Name: "CheDevfileRegistry",
|
||||
URL: "https://che-devfile-registry.openshift.io/",
|
||||
Name: "DefaultDevfileRegistry",
|
||||
URL: "https://registry.devfile.io",
|
||||
Secure: false,
|
||||
},
|
||||
{
|
||||
Name: "DefaultDevfileRegistry",
|
||||
URL: "https://registry.devfile.io",
|
||||
Name: "CheDevfileRegistry",
|
||||
URL: "https://che-devfile-registry.openshift.io/",
|
||||
Secure: false,
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user