Skip to content

Commit f404037

Browse files
committed
fixup, rename OpenDataHub to OpenDataHubIo
1 parent a509665 commit f404037

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/workbenches/conftest.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ def users_namespace(
2424
with create_ns(
2525
unprivileged_client=unprivileged_client,
2626
name=request.param["name"],
27-
labels={constants.Labels.OpenDataHub.DASHBOARD: "true"},
28-
annotations={constants.Annotations.OpenDataHub.SERVICE_MESH: "false"},
27+
labels={constants.Labels.OpenDataHubIo.DASHBOARD: "true"},
28+
annotations={constants.Annotations.OpenDataHubIo.SERVICE_MESH: "false"},
2929
) as ns:
3030
yield ns
3131

@@ -38,7 +38,7 @@ def users_persistent_volume_claim(
3838
client=unprivileged_client,
3939
name=request.param["name"],
4040
namespace=users_namespace.name,
41-
label={constants.Labels.OpenDataHub.DASHBOARD: "true"},
41+
label={constants.Labels.OpenDataHubIo.DASHBOARD: "true"},
4242
accessmodes=PersistentVolumeClaim.AccessMode.RWO,
4343
size="10Gi",
4444
volume_mode=PersistentVolumeClaim.VolumeMode.FILE,

0 commit comments

Comments
 (0)