Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
1riatsila1 committed Sep 2, 2024
1 parent 5d267e1 commit bf34ec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/config-api-provider/test/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func GenerateGroupResponseModel(uid string, non_replacement_field_postfix string
return resources.GroupResponseModel{
UID: uid,
Name: "name" + non_replacement_field_postfix,
ParentUid: parent_uid,
ParentUid: &parent_uid,
Path: parent_uid + "." + uid,
}
}
Expand Down

0 comments on commit bf34ec1

Please sign in to comment.