Skip to content
This repository has been archived by the owner on Dec 7, 2020. It is now read-only.

Allow multiple audiences #401

Merged
merged 1 commit into from
Jul 21, 2018
Merged

Conversation

stang
Copy link
Contributor

@stang stang commented Jul 20, 2018

See #400.

@@ -24,14 +24,17 @@ import (

func TestIsAudience(t *testing.T) {
user := &userContext{
audience: "test",
audiences: ["test", "test2"],
Copy link
Contributor

Choose a reason for hiding this comment

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

missing the []string{}

Copy link
Contributor Author

Choose a reason for hiding this comment

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

My bad. It's now fixed.

@gambol99
Copy link
Contributor

very much appreciated @stang .. if you can just fix up the tests .. LGTM

Signed-off-by: Stephane Tang <hi@stang.sh>
@stang stang force-pushed the stang/allow-multi-audiences branch from 5848699 to 0a55c3d Compare July 20, 2018 21:31
@gambol99
Copy link
Contributor

thank you kindly @stang ....

@gambol99 gambol99 merged commit 1cc02c1 into louketo:master Jul 21, 2018
@stang
Copy link
Contributor Author

stang commented Jul 21, 2018

cheers @gambol99!

I'll close the related feature request.

@stang stang deleted the stang/allow-multi-audiences branch July 21, 2018 15:47
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants