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

Add test for /admin/whois #97

Merged
merged 1 commit into from
Dec 3, 2015
Merged

Add test for /admin/whois #97

merged 1 commit into from
Dec 3, 2015

Conversation

illicitonion
Copy link
Contributor

I accidentally pushed this to develop and reverted it.

Spec: matrix-org/matrix-spec-proposals#198
Synapse: matrix-org/synapse#418

requires => [ $main::API_CLIENTS[0] ],

do => sub {
my ( $http ) = @_;
Copy link
Contributor

Choose a reason for hiding this comment

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

Any reason this isn't

requires => [ local_user_fixture() ],
do => sub {
   my ( $user ) = @_;

?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Added comment

@leonerd
Copy link
Contributor

leonerd commented Dec 2, 2015

OK, that comment makes sense.

Code LGTM aside from jenkins failure, which I presume is from branch mismatch.

I accidentally pushed this to develop and reverted it.

Spec: matrix-org/matrix-spec-proposals#198
Synapse: matrix-org/synapse#418
illicitonion added a commit that referenced this pull request Dec 3, 2015
Add test for /admin/whois

I accidentally pushed this to develop and reverted it.

Spec: matrix-org/matrix-spec-proposals#198
Synapse: matrix-org/synapse#418
@illicitonion illicitonion merged commit 0627c01 into develop Dec 3, 2015
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.

2 participants