fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! Merge branch 'main' into org_api

This commit is contained in:
Iraq Jaber
2025-05-21 12:52:12 +02:00
parent 83a5371fe6
commit cb2c2e77bf
2 changed files with 148 additions and 27 deletions

View File

@@ -5,7 +5,6 @@ package org_test
import (
"context"
"errors"
"fmt"
"os"
"strings"
"testing"
@@ -167,7 +166,6 @@ func TestServer_CreateOrganization(t *testing.T) {
for _, tt := range tests {
t.Run(tt.name, func(t *testing.T) {
got, err := Client.CreateOrganization(tt.ctx, tt.req)
fmt.Printf("@@ >>>>>>>>>>>>>>>>>>>>>>>>>>>> err = %+v\n", err)
if tt.wantErr {
require.Error(t, err)
return