Skip to content

Commit

Permalink
Call functions.
Browse files Browse the repository at this point in the history
  • Loading branch information
clokep committed Feb 11, 2021
1 parent d21f469 commit d0c7e1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/SyTest/Homeserver/Synapse.pm
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ sub start
# run-tests.pl defines whether TLS should be used or not.
our $WANT_TLS;
my $public_baseurl = $WANT_TLS ?
"https://${bind_host}:" . $self->secure_port :
"http://${bind_host}:" . $self->unsecure_port;
"https://${bind_host}:" . $self->secure_port() :
"http://${bind_host}:" . $self->unsecure_port();

my $macaroon_secret_key = "secret_$port";
my $registration_shared_secret = "reg_secret";
Expand Down

0 comments on commit d0c7e1b

Please sign in to comment.