Skip to content

Commit 3cc01da

Browse files
committed
fix: fixed team test case
1 parent 19031f4 commit 3cc01da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mongodbatlas/teams_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ func TestTeams_UpdateTeamRoles(t *testing.T) {
344344

345345
teamID := "6b720e1087d9d66b272f1c86"
346346

347-
mux.HandleFunc(fmt.Sprintf("/orgs/%s/teams/%s", orgID, teamID), func(w http.ResponseWriter, r *http.Request) {
347+
mux.HandleFunc(fmt.Sprintf("/groups/%s/teams/%s", orgID, teamID), func(w http.ResponseWriter, r *http.Request) {
348348
expected := map[string]interface{}{
349349
"roleNames": []interface{}{"GROUP_OWNER"},
350350
}

0 commit comments

Comments
 (0)