Skip to content

Commit 283207f

Browse files
committed
Intra server communication
- Fixed tests Signed-off-by: Theodor Mihalache <tmihalac@redhat.com>
1 parent e6414ba commit 283207f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdk/python/tests/unit/permissions/test_security_manager.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ def test_access_SecuredFeatureView(
219219
@pytest.mark.parametrize(
220220
"username, allowed",
221221
[
222-
(None, False),
222+
(None, True),
223223
("r", False),
224224
("w", False),
225225
("rw", False),
@@ -259,7 +259,7 @@ def getter(name: str, project: str, allow_cache: bool):
259259
@pytest.mark.parametrize(
260260
"username, allowed",
261261
[
262-
(None, False),
262+
(None, True),
263263
("r", False),
264264
("w", False),
265265
("rw", False),

0 commit comments

Comments
 (0)