We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14e1548 commit 82146f3Copy full SHA for 82146f3
test/invites_tests.erl
@@ -735,7 +735,12 @@ http(Config) ->
735
{ok, {{_, 400, _}, _, _}} = post(RegURL, Token, CSRFToken, User, <<"bar">>),
736
{ok, {{_, 400, _}, _, _}} = post(RegURL, Token, CSRFToken, <<"@invalidUser">>, <<"bar">>),
737
{ok, {{_, 400, _}, _, _}} = post(RegURL, Token, <<"foo">>, <<"bar">>),
738
- {ok, {{_, 400, _}, _, _}} = post(RegURL, Token, <<"guLRkZZFv+CGI7UbCnyija0KwPFmob71RGvGa7dQ5G4=">>, <<"foo">>, <<"bar">>),
+ {ok, {{_, 400, _}, _, _}} =
739
+ post(RegURL,
740
+ Token,
741
+ <<"guLRkZZFv+CGI7UbCnyija0KwPFmob71RGvGa7dQ5G4=">>,
742
+ <<"foo">>,
743
+ <<"bar">>),
744
{ok, {{_, 400, _}, _, _}} = post(RegURL, Token, <<"nohashtoken">>, <<"foo">>, <<"bar">>),
745
{ok, {{_, 200, _}, _, _}} = post(RegURL, Token, CSRFToken, <<"foo">>, <<"bar">>),
746
{ok, {{_, 404, _}, _, _}} = post(RegURL, Token, CSRFToken, <<"foo">>, <<"bar">>),
0 commit comments