Merge pull request #7552 from bacongobbler/fix-setnamespace

fix(memory_test): rebase master
pull/7259/head
Matthew Fisher 5 years ago committed by GitHub
commit 09397f6b7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -101,6 +101,7 @@ func TestMemoryGet(t *testing.T) {
func TestMemoryList(t *testing.T) {
ts := tsFixtureMemory(t)
ts.SetNamespace("default")
// list all deployed releases
dpl, err := ts.List(func(rel *rspb.Release) bool {

Loading…
Cancel
Save