From 9c3f7b7953c0fdac5b212070b08243505484d72c Mon Sep 17 00:00:00 2001 From: kolaente Date: Mon, 21 Dec 2020 23:37:52 +0100 Subject: [PATCH] Fix namespaces not found Signed-off-by: kolaente --- pkg/models/namespace_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/models/namespace_test.go b/pkg/models/namespace_test.go index bc1f4502d..fee0363f2 100644 --- a/pkg/models/namespace_test.go +++ b/pkg/models/namespace_test.go @@ -169,6 +169,7 @@ func TestNamespace_ReadAll(t *testing.T) { } } }) + t.Run("archived", func(t *testing.T) { n := &Namespace{ IsArchived: true,