=== Test case: muc_http_api_SUITE:room_creation_errors/1 (click for source code)

=== Config value:

    [{watchdog,<0.67593.0>},
     {preset,"odbc_mssql_mnesia"},
     {mim_data_dir,"/home/circleci/project/big_tests/tests/muc_http_api_SUITE_data"},
     {tc_logfile,"/home/circleci/project/big_tests/ct_report/ct_run.test@096d5789c860.2024-02-29_08.03.24/big_tests.tests.muc_http_api_SUITE.logs/run.2024-02-29_08.16.50/muc_http_api_suite.room_creation_errors.133507.html"},
     {tc_group_properties,[{name,negative},parallel]},
     {tc_group_path,[]},
     {data_dir,"/home/circleci/project/big_tests/_build/default/lib/mongoose_tests/ebin/muc_http_api_SUITE_data/"},
     {priv_dir,"/home/circleci/project/big_tests/ct_report/ct_run.test@096d5789c860.2024-02-29_08.03.24/big_tests.tests.muc_http_api_SUITE.logs/run.2024-02-29_08.16.50/log_private/"},
     {escalus_users,[{alice,[{username,<<"alicE">>},
                             {server,<<"domain.example.com">>},
                             {host,<<"localhost">>},
                             {password,<<"matygrysa">>}]},
                     {bob,[{username,<<"bOb">>},
                           {server,<<"domain.example.com">>},
                           {host,<<"localhost">>},
                           {password,<<"makrolika">>}]},
                     {kate,[{username,<<"kate">>},
                            {server,<<"domain.example.com">>},
                            {host,<<"localhost">>},
                            {password,<<"makrowe;p">>}]}]}]

=== Current directory is "/home/circleci/project/big_tests/ct_report/ct_run.test@096d5789c860.2024-02-29_08.03.24"

=== Started at 2024-02-29 08:16:55


*** CT 2024-02-29 08:16:55.603 *** View log from node mongooseim@localhost when started🔗 mongooseim@localhost_2466.html

*** User 2024-02-29 08:16:55.615 ***🔗
REST request fails:
Code: 400
Req: {<0.67630.0>,<<"/api/mucs/domain.example.com">>,<<"POST">>,
      [{<<"Content-Type">>,<<"application/json">>},
       {<<"Request-Id">>,<<"25b913632e4c522b">>}],
      <<"{\"nick\":\"nick\",\"owner\":\"alicE_room_creation_errors_2771@domain.example.com\"}">>}
Result: {{<<"400">>,<<"Bad Request">>},
         [{<<"server">>,<<"Cowboy">>},
          {<<"date">>,<<"Thu, 29 Feb 2024 08:16:54 GMT">>},
          {<<"content-type">>,<<"text/html">>},
          {<<"content-length">>,<<"19">>}],
         <<"\"Missing room name\"">>,145,753}
Params: #{path => <<"/api/mucs/domain.example.com">>,
          server => #{node => mongooseim@localhost},
          body =>
              <<"{\"nick\":\"nick\",\"owner\":\"alicE_room_creation_errors_2771@domain.example.com\"}">>,
          method => <<"POST">>,role => admin,return_headers => true}


*** User 2024-02-29 08:16:55.617 ***🔗
REST request fails:
Code: 400
Req: {<0.67636.0>,<<"/api/mucs/domain.example.com">>,<<"POST">>,
      [{<<"Content-Type">>,<<"application/json">>},
       {<<"Request-Id">>,<<"3c5328e1f2b9201c">>}],
      <<"{\"owner\":\"alicE_room_creation_errors_2771@domain.example.com\",\"name\":\"wonderland-15.604311\"}">>}
Result: {{<<"400">>,<<"Bad Request">>},
         [{<<"server">>,<<"Cowboy">>},
          {<<"date">>,<<"Thu, 29 Feb 2024 08:16:54 GMT">>},
          {<<"content-type">>,<<"text/html">>},
          {<<"content-length">>,<<"18">>}],
         <<"\"Missing nickname\"">>,144,745}
Params: #{path => <<"/api/mucs/domain.example.com">>,
          server => #{node => mongooseim@localhost},
          body =>
              <<"{\"owner\":\"alicE_room_creation_errors_2771@domain.example.com\",\"name\":\"wonderland-15.604311\"}">>,
          method => <<"POST">>,role => admin,return_headers => true}


*** User 2024-02-29 08:16:55.619 ***🔗
REST request fails:
Code: 400
Req: {<0.67640.0>,<<"/api/mucs/domain.example.com">>,<<"POST">>,
      [{<<"Content-Type">>,<<"application/json">>},
       {<<"Request-Id">>,<<"d44d2cf441d2e99b">>}],
      <<"{\"nick\":\"nick\",\"name\":\"wonderland-15.604311\"}">>}
Result: {{<<"400">>,<<"Bad Request">>},
         [{<<"server">>,<<"Cowboy">>},
          {<<"date">>,<<"Thu, 29 Feb 2024 08:16:54 GMT">>},
          {<<"content-type">>,<<"text/html">>},
          {<<"content-length">>,<<"19">>}],
         <<"\"Missing owner JID\"">>,145,718}
Params: #{path => <<"/api/mucs/domain.example.com">>,
          server => #{node => mongooseim@localhost},
          body => <<"{\"nick\":\"nick\",\"name\":\"wonderland-15.604311\"}">>,
          method => <<"POST">>,role => admin,return_headers => true}


*** User 2024-02-29 08:16:55.622 ***🔗
REST request fails:
Code: 400
Req: {<0.67646.0>,<<"/api/mucs/domain.example.com">>,<<"POST">>,
      [{<<"Content-Type">>,<<"application/json">>},
       {<<"Request-Id">>,<<"08b95ae95cda0641">>}],
      <<"{\"nick\":\"nick\",\"owner\":\"alicE_room_creation_errors_2771@domain.example.com\",\"name\":\"@invalid\"}">>}
Result: {{<<"400">>,<<"Bad Request">>},
         [{<<"server">>,<<"Cowboy">>},
          {<<"date">>,<<"Thu, 29 Feb 2024 08:16:54 GMT">>},
          {<<"content-type">>,<<"text/html">>},
          {<<"content-length">>,<<"19">>}],
         <<"\"Invalid room name\"">>,145,818}
Params: #{path => <<"/api/mucs/domain.example.com">>,
          server => #{node => mongooseim@localhost},
          body =>
              <<"{\"nick\":\"nick\",\"owner\":\"alicE_room_creation_errors_2771@domain.example.com\",\"name\":\"@invalid\"}">>,
          method => <<"POST">>,role => admin,return_headers => true}


*** User 2024-02-29 08:16:55.623 ***🔗
REST request fails:
Code: 400
Req: {<0.67653.0>,<<"/api/mucs/domain.example.com">>,<<"POST">>,
      [{<<"Content-Type">>,<<"application/json">>},
       {<<"Request-Id">>,<<"0419ade5eb0af2cc">>}],
      <<"{\"nick\":\"nick\",\"owner\":\"@invalid\",\"name\":\"wonderland-15.604311\"}">>}
Result: {{<<"400">>,<<"Bad Request">>},
         [{<<"server">>,<<"Cowboy">>},
          {<<"date">>,<<"Thu, 29 Feb 2024 08:16:54 GMT">>},
          {<<"content-type">>,<<"text/html">>},
          {<<"content-length">>,<<"19">>}],
         <<"\"Invalid owner JID\"">>,145,714}
Params: #{path => <<"/api/mucs/domain.example.com">>,
          server => #{node => mongooseim@localhost},
          body =>
              <<"{\"nick\":\"nick\",\"owner\":\"@invalid\",\"name\":\"wonderland-15.604311\"}">>,
          method => <<"POST">>,role => admin,return_headers => true}


*** User 2024-02-29 08:16:55.625 ***🔗
REST request fails:
Code: 404
Req: {<0.67659.0>,<<"/api/mucs/domain.example.com">>,<<"POST">>,
      [{<<"Content-Type">>,<<"application/json">>},
       {<<"Request-Id">>,<<"969331eb0014e3c0">>}],
      <<"{\"nick\":\"nick\",\"owner\":\"baduser@baddomain\",\"name\":\"wonderland-15.604311\"}">>}
Result: {{<<"404">>,<<"Not Found">>},
         [{<<"server">>,<<"Cowboy">>},
          {<<"date">>,<<"Thu, 29 Feb 2024 08:16:54 GMT">>},
          {<<"content-type">>,<<"text/html">>},
          {<<"content-length">>,<<"22">>}],
         <<"\"Given user not found\"">>,146,649}
Params: #{path => <<"/api/mucs/domain.example.com">>,
          server => #{node => mongooseim@localhost},
          body =>
              <<"{\"nick\":\"nick\",\"owner\":\"baduser@baddomain\",\"name\":\"wonderland-15.604311\"}">>,
          method => <<"POST">>,role => admin,return_headers => true}

*** CT 2024-02-29 08:16:55.629 *** View log from node mongooseim@localhost when finished🔗 mongooseim@localhost_2466.html



=== Ended at 2024-02-29 08:16:55
=== successfully completed test case
=== === Returned value: {{<<"404">>,<<"Not Found">>},<<"Given user not found">>}