Allow namespaces to be whitelisted for OCI, but not V22
This commit is contained in:
parent
92808e8d3f
commit
7c241a93f6
4 changed files with 13 additions and 7 deletions
|
@ -35,7 +35,8 @@ from util.bytes import Bytes
|
|||
from test.fixtures import *
|
||||
|
||||
|
||||
@pytest.fixture(params=[PreOCIModel(), OCIModel(), SplitModel({'buynlarge'})])
|
||||
@pytest.fixture(params=[PreOCIModel(), OCIModel(),
|
||||
SplitModel({'devtable'}, {'buynlarge'})])
|
||||
def registry_model(request, initialized_db):
|
||||
return request.param
|
||||
|
||||
|
|
Reference in a new issue