summaryrefslogtreecommitdiff
path: root/internal/config/v2/v2_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/config/v2/v2_test.go')
-rw-r--r--internal/config/v2/v2_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/config/v2/v2_test.go b/internal/config/v2/v2_test.go
index 5a4c2ea..ce8de01 100644
--- a/internal/config/v2/v2_test.go
+++ b/internal/config/v2/v2_test.go
@@ -36,7 +36,7 @@ func TestLoad(t *testing.T) {
}
`,
want: &V2{
- List: map[ServerType]*Server{
+ List: map[ServerKey]*Server{
{ID: "a", T: server.TypeInstituteAccess}: {
Profiles: server.Profiles{
Map: map[string]server.Profile{
@@ -103,7 +103,7 @@ func TestLoad(t *testing.T) {
}
`,
want: &V2{
- List: map[ServerType]*Server{
+ List: map[ServerKey]*Server{
{ID: "a", T: server.TypeInstituteAccess}: {
Profiles: server.Profiles{
Map: map[string]server.Profile{