Skip to content

Commit

Permalink
Use correct test database.
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewdale committed Nov 2, 2022
1 parent 7dde5e3 commit 45dbdee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/testentauth/main.go
Expand Up @@ -27,7 +27,7 @@ func main() {
log.Fatal(err)
}

coll := client.Database("test").Collection("test")
coll := client.Database("kerberos").Collection("test")

ctx, cancel := context.WithTimeout(context.Background(), 30*time.Second)
defer cancel()
Expand Down

0 comments on commit 45dbdee

Please sign in to comment.