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

=== Config value:

    [{watchdog,<0.65122.0>},
     {preset,"pgsql_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@7465fd1d5a64.2023-11-23_14.13.58/big_tests.tests.muc_http_api_SUITE.logs/run.2023-11-23_14.26.15/muc_http_api_suite.message_errors.49925.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@7465fd1d5a64.2023-11-23_14.13.58/big_tests.tests.muc_http_api_SUITE.logs/run.2023-11-23_14.26.15/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@7465fd1d5a64.2023-11-23_14.13.58"

=== Started at 2023-11-23 14:26:20


*** CT 2023-11-23 14:26:20.925 *** View log from node mongooseim@localhost when started🔗 mongooseim@localhost_2520.html

*** User 2023-11-23 14:26:20.935 ***🔗
REST request:
Code: 201
Req: {<0.65159.0>,<<"/api/mucs/domain.example.com">>,<<"POST">>,
      [{<<"Content-Type">>,<<"application/json">>},
       {<<"Request-Id">>,<<"ae9c639db2a4b358">>}],
      <<"{\"nick\":\"ali\",\"owner\":\"alicE_message_errors_2603@domain.example.com\",\"name\":\"wonderland-80.925381\"}">>}
Result: {{<<"201">>,<<"Created">>},
         [{<<"server">>,<<"Cowboy">>},
          {<<"location">>,
           <<"http://localhost:8088/api/mucs/domain.example.com/wonderland-80.925381">>},
          {<<"date">>,<<"Thu, 23 Nov 2023 14:26:20 GMT">>},
          {<<"content-type">>,<<"text/html">>},
          {<<"content-length">>,<<"20">>}],
         <<"wonderland-80.925381">>,224,3767}
Params: #{path => <<"/api/mucs/domain.example.com">>,
          server => #{node => mongooseim@localhost},
          role => admin,
          body =>
              <<"{\"nick\":\"ali\",\"owner\":\"alicE_message_errors_2603@domain.example.com\",\"name\":\"wonderland-80.925381\"}">>,
          method => <<"POST">>,return_headers => true}


*** User 2023-11-23 14:26:20.937 ***🔗
REST request:
Code: 204
Req: {<0.65173.0>,
      <<"/api/mucs/domain.example.com/thisroomdoesnotexist/messages">>,
      <<"POST">>,
      [{<<"Content-Type">>,<<"application/json">>},
       {<<"Request-Id">>,<<"129f191cca954775">>}],
      <<"{\"body\":\"Greetings!\",\"from\":\"alicE_message_errors_2603@domain.example.com\"}">>}
Result: {{<<"204">>,<<"No Content">>},
         [{<<"server">>,<<"Cowboy">>},
          {<<"date">>,<<"Thu, 23 Nov 2023 14:26:20 GMT">>}],
         <<>>,80,889}
Params: #{path =>
              <<"/api/mucs/domain.example.com/thisroomdoesnotexist/messages">>,
          server => #{node => mongooseim@localhost},
          role => admin,
          body =>
              <<"{\"body\":\"Greetings!\",\"from\":\"alicE_message_errors_2603@domain.example.com\"}">>,
          method => <<"POST">>,return_headers => true}


*** User 2023-11-23 14:26:20.939 ***🔗
REST request fails:
Code: 400
Req: {<0.65177.0>,
      <<"/api/mucs/domain.example.com/wonderland-80.925381/messages">>,
      <<"POST">>,
      [{<<"Content-Type">>,<<"application/json">>},
       {<<"Request-Id">>,<<"31a2ba98f857d73d">>}],
      <<"{\"from\":\"alicE_message_errors_2603@domain.example.com\"}">>}
Result: {{<<"400">>,<<"Bad Request">>},
         [{<<"server">>,<<"Cowboy">>},
          {<<"date">>,<<"Thu, 23 Nov 2023 14:26:20 GMT">>},
          {<<"content-type">>,<<"text/html">>},
          {<<"content-length">>,<<"22">>}],
         <<"\"Missing message body\"">>,148,532}
Params: #{path =>
              <<"/api/mucs/domain.example.com/wonderland-80.925381/messages">>,
          server => #{node => mongooseim@localhost},
          role => admin,
          body =>
              <<"{\"from\":\"alicE_message_errors_2603@domain.example.com\"}">>,
          method => <<"POST">>,return_headers => true}


*** User 2023-11-23 14:26:20.941 ***🔗
REST request fails:
Code: 400
Req: {<0.65185.0>,
      <<"/api/mucs/domain.example.com/wonderland-80.925381/messages">>,
      <<"POST">>,
      [{<<"Content-Type">>,<<"application/json">>},
       {<<"Request-Id">>,<<"1001f9fffae85cde">>}],
      <<"{\"body\":\"Greetings!\"}">>}
Result: {{<<"400">>,<<"Bad Request">>},
         [{<<"server">>,<<"Cowboy">>},
          {<<"date">>,<<"Thu, 23 Nov 2023 14:26:20 GMT">>},
          {<<"content-type">>,<<"text/html">>},
          {<<"content-length">>,<<"20">>}],
         <<"\"Missing sender JID\"">>,146,598}
Params: #{path =>
              <<"/api/mucs/domain.example.com/wonderland-80.925381/messages">>,
          server => #{node => mongooseim@localhost},
          role => admin,body => <<"{\"body\":\"Greetings!\"}">>,
          method => <<"POST">>,return_headers => true}


*** User 2023-11-23 14:26:20.943 ***🔗
REST request fails:
Code: 400
Req: {<0.65192.0>,
      <<"/api/mucs/domain.example.com/wonderland-80.925381/messages">>,
      <<"POST">>,
      [{<<"Content-Type">>,<<"application/json">>},
       {<<"Request-Id">>,<<"7e333dabac319c95">>}],
      <<"{\"body\":\"Greetings!\",\"from\":\"@invalid\"}">>}
Result: {{<<"400">>,<<"Bad Request">>},
         [{<<"server">>,<<"Cowboy">>},
          {<<"date">>,<<"Thu, 23 Nov 2023 14:26:20 GMT">>},
          {<<"content-type">>,<<"text/html">>},
          {<<"content-length">>,<<"20">>}],
         <<"\"Invalid sender JID\"">>,146,593}
Params: #{path =>
              <<"/api/mucs/domain.example.com/wonderland-80.925381/messages">>,
          server => #{node => mongooseim@localhost},
          role => admin,
          body => <<"{\"body\":\"Greetings!\",\"from\":\"@invalid\"}">>,
          method => <<"POST">>,return_headers => true}

*** CT 2023-11-23 14:26:20.947 *** View log from node mongooseim@localhost when finished🔗 mongooseim@localhost_2520.html



=== Ended at 2023-11-23 14:26:20
=== successfully completed test case
=== === Returned value: {{<<"400">>,<<"Bad Request">>},<<"Invalid sender JID">>}