Skip to content

Commit

Permalink
Make export transactions test run
Browse files Browse the repository at this point in the history
  • Loading branch information
amishas157 committed Aug 6, 2024
1 parent 8ea6e38 commit 6b7921f
Show file tree
Hide file tree
Showing 5 changed files with 717 additions and 715 deletions.
2 changes: 1 addition & 1 deletion cmd/export_transactions_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ func TestExportTransactions(t *testing.T) {
}

for _, test := range tests {
runCLITest(t, test, "testdata/transactions/")
runCLITestDefault(t, test, "testdata/transactions/", true)
}
}
2 changes: 2 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@ services:
restart: always
volumes:
- $HOME/.config/gcloud/application_default_credentials.json:/usr/credential.json:ro
- ./testdata:/usr/src/etl/testdata
environment:
- GOOGLE_APPLICATION_CREDENTIALS=/usr/credential.json

Loading

0 comments on commit 6b7921f

Please sign in to comment.