Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
tybritten committed Oct 10, 2022
1 parent e447757 commit c7bbe3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions archives/archives_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ func TestGetMissingDayArchives(t *testing.T) {
// get the tasks for our org
ctx := context.Background()
config := NewDefaultConfig()
config.AWSAccessKeyID = "test"
orgs, err := GetActiveOrgs(ctx, db, config)
assert.NoError(t, err)

Expand Down

0 comments on commit c7bbe3a

Please sign in to comment.