From 45dc752598d84cbdd910fbddd0f22cffdaf696f9 Mon Sep 17 00:00:00 2001 From: Stan Ryzhov <60649800+stasryzhov@users.noreply.github.com> Date: Fri, 23 Feb 2024 14:02:35 -0500 Subject: [PATCH] chore(e2e): Make function for role creation conventional Return role id and error and handle the error where the function is called. --- .../internal/e2e/tests/base/role_multi_scope_grants_test.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/testing/internal/e2e/tests/base/role_multi_scope_grants_test.go b/testing/internal/e2e/tests/base/role_multi_scope_grants_test.go index d5c0af88aa0..20fa0bda9ec 100644 --- a/testing/internal/e2e/tests/base/role_multi_scope_grants_test.go +++ b/testing/internal/e2e/tests/base/role_multi_scope_grants_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: BUSL-1.1 + package base_test import (