Skip to content

Commit

Permalink
Add comment about test dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
gfr10598 committed Oct 30, 2019
1 parent 17ca8a1 commit 23d8525
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cloud/tq/tq_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ func init() {
log.SetFlags(log.LstdFlags | log.Lshortfile)
}

// NOTE: This depends on actual app engine queue_pusher service.
func TestGetTaskqueueStats(t *testing.T) {
config := cloud.Config{Client: http.DefaultClient, Project: "mlab-sandbox"}
stats, err := tq.GetTaskqueueStats(config, "test-queue")
Expand Down

0 comments on commit 23d8525

Please sign in to comment.