Skip to content

Commit

Permalink
GODRIVER-2911: add machine_1_2, actually helps to call it
Browse files Browse the repository at this point in the history
  • Loading branch information
pmeredit committed Jun 19, 2024
1 parent 8542f76 commit 286525f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/testoidcauth/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ func connectWithMachineCB(uri string, cb driver.OIDCCallback) *mongo.Client {

func main() {
machine_1_1_callbackIsCalled()
machine_1_2_callbackIsCalledOnlyOneForMultipleConnections()
}

func machine_1_1_callbackIsCalled() {
Expand Down

0 comments on commit 286525f

Please sign in to comment.