Skip to content

Commit d6a0c40

Browse files
committed
old api for now
1 parent 0f3440b commit d6a0c40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/dbos/cli_test_app.go.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ func ScheduledWorkflow(ctx dbos.DBOSContext, scheduledTime time.Time) (string, e
8686
func main() {
8787
// Create DBOS context
8888
var err error
89-
dbosCtx, err = dbos.NewDBOSContext(context.Background(), dbos.Config{
89+
dbosCtx, err = dbos.NewDBOSContext(dbos.Config{
9090
DatabaseURL: os.Getenv("DBOS_SYSTEM_DATABASE_URL"),
9191
AppName: "cli-test",
9292
AdminServer: true,

0 commit comments

Comments
 (0)