Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[close #147] Quiet API token #148

Merged
merged 1 commit into from
Oct 16, 2020
Merged

Conversation

schneems
Copy link
Contributor

From this:

$ be rspec spec/unit
.... ›   Warning: token will expire 10/15/2021
 ›   Use heroku authorizations:create to generate a long-term token

..............

Finished in 20.48 seconds (files took 0.42776 seconds to load)
18 examples, 0 failures

To this:

$ be rspec spec/unit
..................

Finished in 20.48 seconds (files took 0.42776 seconds to load)
18 examples, 0 failures

From this:

```
$ be rspec spec/unit
.... ›   Warning: token will expire 10/15/2021
 ›   Use heroku authorizations:create to generate a long-term token

..............

Finished in 20.48 seconds (files took 0.42776 seconds to load)
18 examples, 0 failures
```

To this:

```
$ be rspec spec/unit
..................

Finished in 20.48 seconds (files took 0.42776 seconds to load)
18 examples, 0 failures
```
@schneems schneems force-pushed the schneems/quiet-api-token-acquisition branch from c0f3908 to b3eaa97 Compare October 16, 2020 20:04
@schneems
Copy link
Contributor Author

There is still something wonky going on. Needs investigation:

$ be rspec spec/unit/
....
.
..............

Finished in 25.75 seconds (files took 0.45396 seconds to load)
19 examples, 0 failures

@schneems schneems merged commit edbed30 into main Oct 16, 2020
@schneems schneems deleted the schneems/quiet-api-token-acquisition branch October 16, 2020 20:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant