From 9bbb479fa386cfef3bbce61cacc66facba8afb91 Mon Sep 17 00:00:00 2001 From: Danny Adams Date: Wed, 25 Jan 2023 15:30:50 -0500 Subject: [PATCH] Changes to /connector/discovery/api/users_test.go Reverts library back to msgraph-sdk-go. --- src/internal/connector/discovery/api/users_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/internal/connector/discovery/api/users_test.go b/src/internal/connector/discovery/api/users_test.go index d13c27fbf..160806cf6 100644 --- a/src/internal/connector/discovery/api/users_test.go +++ b/src/internal/connector/discovery/api/users_test.go @@ -4,7 +4,7 @@ import ( "reflect" "testing" - "github.com/microsoftgraph/msgraph-beta-sdk-go/models" + "github.com/microsoftgraph/msgraph-sdk-go/models" "github.com/stretchr/testify/suite" )