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

[DONE] Feature/lib members around member #16

Merged
merged 1 commit into from
Jul 31, 2018

Conversation

rcmgleite
Copy link
Contributor

No description provided.

@rcmgleite rcmgleite requested a review from henrod July 30, 2018 22:32
@rcmgleite rcmgleite force-pushed the feature/lib-members-around-member branch from 2f6bc19 to c6b7114 Compare July 30, 2018 23:09
lib/lib.go Outdated
@@ -100,7 +100,7 @@ func getHTTPClient(timeoutMs int) *http.Client {
func NewPodium(config *viper.Viper) PodiumInterface {
config.SetDefault("podium.timeout", 1000)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It should be 1 * time.Second here

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch!

lib/lib_test.go Outdated
@@ -26,6 +26,7 @@ var _ = Describe("Lib", func() {
config.Set("podium.url", "http://podium")
config.Set("podium.user", "user")
config.Set("podium.pass", "pass")
config.Set("podium.timeout", "1s")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

With that default, this is not necessary anymore

@rcmgleite rcmgleite force-pushed the feature/lib-members-around-member branch from c6b7114 to 915029f Compare July 30, 2018 23:23
@rcmgleite rcmgleite force-pushed the feature/lib-members-around-member branch from 915029f to d7fe9e3 Compare July 30, 2018 23:24
@henrod henrod merged commit baeb9d6 into master Jul 31, 2018
@rcmgleite rcmgleite deleted the feature/lib-members-around-member branch July 31, 2018 00:18
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.

None yet

2 participants