Fix namespaces not found
continuous-integration/drone/pr Build was killed Details

Signed-off-by: kolaente <k@knt.li>
This commit is contained in:
kolaente 2020-12-21 23:37:52 +01:00
parent d89b14ddab
commit 9c3f7b7953
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 0 deletions

View File

@ -169,6 +169,7 @@ func TestNamespace_ReadAll(t *testing.T) {
}
}
})
t.Run("archived", func(t *testing.T) {
n := &Namespace{
IsArchived: true,