Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Sarah Funkhouser <[email protected]>
  • Loading branch information
golanglemonade committed Feb 12, 2025
1 parent 90265d2 commit 1865716
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/onboarding/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ import (
"github.com/theopenlane/riverboat/pkg/jobs"
)

// the main function here will insert an email job into the river
// the main function here will insert an onboarding job into river
// this will be picked up by the river server and processed
// assuming the server is run in the default setup, the email will be written to a file (fixtures/email)
// assuming the server is run in the default setup, tasks will be created for the organization
// specified
func main() {
client := common.NewInsertOnlyRiverClient()

Expand Down

0 comments on commit 1865716

Please sign in to comment.