=== Test case: muc_light_http_api_SUITE:send_message_errors/1 (click for source code)

=== Config value:

    [{watchdog,<0.70448.0>},
     {preset,"pgsql_mnesia"},
     {mim_data_dir,"/home/circleci/project/big_tests/tests/muc_light_http_api_SUITE_data"},
     {tc_logfile,"/home/circleci/project/big_tests/ct_report/ct_run.test@528a5a4ce401.2024-04-09_11.36.09/big_tests.tests.muc_light_http_api_SUITE.logs/run.2024-04-09_11.48.53/muc_light_http_api_suite.send_message_errors.202754.html"},
     {tc_group_properties,[{name,negative},parallel]},
     {tc_group_path,[]},
     {data_dir,"/home/circleci/project/big_tests/_build/default/lib/mongoose_tests/ebin/muc_light_http_api_SUITE_data/"},
     {priv_dir,"/home/circleci/project/big_tests/ct_report/ct_run.test@528a5a4ce401.2024-04-09_11.36.09/big_tests.tests.muc_light_http_api_SUITE.logs/run.2024-04-09_11.48.53/log_private/"},
     {{saved_modules,mongooseim@localhost,<<"test type">>},
      #{mod_vcard =>
            #{matches => 30,
              host => {prefix,<<"vjud.">>},
              search => true,iqdisc => parallel,backend => rdbms},
        mod_roster =>
            #{iqdisc => one_queue,backend => rdbms,versioning => false,
              store_current_id => false},
        mod_register =>
            #{access => register,iqdisc => one_queue,
              registration_watchers => [],password_strength => 0,
              ip_access => [{allow,"127.0.0.0/8"},{deny,"0.0.0.0/0"}]},
        mod_sic => #{iqdisc => one_queue},
        mod_amp => #{},
        mod_disco =>
            #{iqdisc => one_queue,users_can_see_hidden_services => false,
              server_info => [],extra_domains => []},
        mod_presence => #{},
        mod_stream_management =>
            #{buffer => true,ack => true,backend => mnesia,
              stale_h =>
                  #{enabled => false,repeat_after => 1800,geriatric => 3600},
              buffer_max => 100,ack_freq => 1,resume_timeout => 600},
        mod_adhoc => #{iqdisc => one_queue,report_commands_node => false},
        mod_cache_users =>
            #{strategy => fifo,number_of_segments => 5,time_to_live => 2},
        mod_bosh =>
            #{backend => mnesia,inactivity => 30,max_pause => 120,
              max_wait => infinity,server_acks => false},
        mod_carboncopy => #{iqdisc => no_queue}}},
     {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@528a5a4ce401.2024-04-09_11.36.09"

=== Started at 2024-04-09 11:48:53


*** CT 2024-04-09 11:48:53.757 *** View log from node mongooseim@localhost when started🔗 mongooseim@localhost_2489.html

*** User 2024-04-09 11:48:53.822 ***🔗
REST request:
Code: 204
Req: {<0.70518.0>,
      <<"/api/muc-lights/muclight.domain.example.com/alice_send_message_errors_3006-room/messages">>,
      <<"POST">>,
      [{<<"Content-Type">>,<<"application/json">>},
       {<<"Request-Id">>,<<"ee5c003876f5dff4">>}],
      <<"{\"from\":\"alicE_send_message_errors_3006@domain.example.com\",\"body\":\"hello\"}">>}
Result: {{<<"204">>,<<"No Content">>},[],<<>>,27,21808}
Params: #{path =>
              <<"/api/muc-lights/muclight.domain.example.com/alice_send_message_errors_3006-room/messages">>,
          server => #{node => mongooseim@localhost},
          method => <<"POST">>,
          body =>
              <<"{\"from\":\"alicE_send_message_errors_3006@domain.example.com\",\"body\":\"hello\"}">>,
          role => admin,return_headers => true}


*** User 2024-04-09 11:48:53.837 ***🔗
REST request fails:
Code: 400
Req: {<0.70530.0>,
      <<"/api/muc-lights/muclight.domain.example.com/alice_send_message_errors_3006-room/messages">>,
      <<"POST">>,
      [{<<"Content-Type">>,<<"application/json">>},
       {<<"Request-Id">>,<<"c5bab125e2e660c7">>}],
      <<"{\"from\":\"alicE_send_message_errors_3006@domain.example.com\"}">>}
Result: {{<<"400">>,<<"Bad Request">>},
         [{<<"server">>,<<"Cowboy">>},
          {<<"date">>,<<"Tue, 09 Apr 2024 11:48:52 GMT">>},
          {<<"content-type">>,<<"text/html">>},
          {<<"content-length">>,<<"22">>}],
         <<"\"Missing message body\"">>,148,2541}
Params: #{path =>
              <<"/api/muc-lights/muclight.domain.example.com/alice_send_message_errors_3006-room/messages">>,
          server => #{node => mongooseim@localhost},
          method => <<"POST">>,
          body =>
              <<"{\"from\":\"alicE_send_message_errors_3006@domain.example.com\"}">>,
          role => admin,return_headers => true}


*** User 2024-04-09 11:48:53.851 ***🔗
REST request fails:
Code: 400
Req: {<0.70541.0>,
      <<"/api/muc-lights/muclight.domain.example.com/alice_send_message_errors_3006-room/messages">>,
      <<"POST">>,
      [{<<"Content-Type">>,<<"application/json">>},
       {<<"Request-Id">>,<<"f8336b78dd4e4581">>}],
      <<"{\"body\":\"hello\"}">>}
Result: {{<<"400">>,<<"Bad Request">>},
         [{<<"server">>,<<"Cowboy">>},
          {<<"date">>,<<"Tue, 09 Apr 2024 11:48:52 GMT">>},
          {<<"content-type">>,<<"text/html">>},
          {<<"content-length">>,<<"20">>}],
         <<"\"Missing sender JID\"">>,146,3380}
Params: #{path =>
              <<"/api/muc-lights/muclight.domain.example.com/alice_send_message_errors_3006-room/messages">>,
          server => #{node => mongooseim@localhost},
          method => <<"POST">>,body => <<"{\"body\":\"hello\"}">>,
          role => admin,return_headers => true}


*** User 2024-04-09 11:48:53.858 ***🔗
REST request fails:
Code: 400
Req: {<0.70549.0>,
      <<"/api/muc-lights/muclight.domain.example.com/alice_send_message_errors_3006-room/messages">>,
      <<"POST">>,
      [{<<"Content-Type">>,<<"application/json">>},
       {<<"Request-Id">>,<<"e2a34a5e87f497ec">>}],
      <<"{\"from\":\"@invalid\",\"body\":\"hello\"}">>}
Result: {{<<"400">>,<<"Bad Request">>},
         [{<<"server">>,<<"Cowboy">>},
          {<<"date">>,<<"Tue, 09 Apr 2024 11:48:52 GMT">>},
          {<<"content-type">>,<<"text/html">>},
          {<<"content-length">>,<<"20">>}],
         <<"\"Invalid sender JID\"">>,146,3354}
Params: #{path =>
              <<"/api/muc-lights/muclight.domain.example.com/alice_send_message_errors_3006-room/messages">>,
          server => #{node => mongooseim@localhost},
          method => <<"POST">>,
          body => <<"{\"from\":\"@invalid\",\"body\":\"hello\"}">>,
          role => admin,return_headers => true}


*** User 2024-04-09 11:48:53.862 ***🔗
REST request fails:
Code: 400
Req: {<0.70558.0>,
      <<"/api/muc-lights/muclight.domain.example.com/alice_send_message_errors_3006-room/messages">>,
      <<"POST">>,
      [{<<"Content-Type">>,<<"application/json">>},
       {<<"Request-Id">>,<<"e8bcb06b83bcffe5">>}],
      <<"{\"from\":\"baduser@domain.example.com\",\"body\":\"hello\"}">>}
Result: {{<<"400">>,<<"Bad Request">>},
         [{<<"server">>,<<"Cowboy">>},
          {<<"date">>,<<"Tue, 09 Apr 2024 11:48:52 GMT">>},
          {<<"content-type">>,<<"text/html">>},
          {<<"content-length">>,<<"27">>}],
         <<"\"Given user does not exist\"">>,153,1273}
Params: #{path =>
              <<"/api/muc-lights/muclight.domain.example.com/alice_send_message_errors_3006-room/messages">>,
          server => #{node => mongooseim@localhost},
          method => <<"POST">>,
          body =>
              <<"{\"from\":\"baduser@domain.example.com\",\"body\":\"hello\"}">>,
          role => admin,return_headers => true}


*** User 2024-04-09 11:48:53.878 ***🔗
REST request fails:
Code: 403
Req: {<0.70560.0>,
      <<"/api/muc-lights/muclight.domain.example.com/alice_send_message_errors_3006-room/messages">>,
      <<"POST">>,
      [{<<"Content-Type">>,<<"application/json">>},
       {<<"Request-Id">>,<<"bd5c489f2f56c450">>}],
      <<"{\"from\":\"bOb_send_message_errors_3006@domain.example.com\",\"body\":\"hello\"}">>}
Result: {{<<"403">>,<<"Forbidden">>},
         [{<<"server">>,<<"Cowboy">>},
          {<<"date">>,<<"Tue, 09 Apr 2024 11:48:52 GMT">>},
          {<<"content-type">>,<<"text/html">>},
          {<<"content-length">>,<<"38">>}],
         <<"\"Given user does not occupy this room\"">>,162,3719}
Params: #{path =>
              <<"/api/muc-lights/muclight.domain.example.com/alice_send_message_errors_3006-room/messages">>,
          server => #{node => mongooseim@localhost},
          method => <<"POST">>,
          body =>
              <<"{\"from\":\"bOb_send_message_errors_3006@domain.example.com\",\"body\":\"hello\"}">>,
          role => admin,return_headers => true}


*** User 2024-04-09 11:48:53.887 ***🔗
REST request fails:
Code: 404
Req: {<0.70562.0>,
      <<"/api/muc-lights/muclight.domain.example.com/badroom/messages">>,
      <<"POST">>,
      [{<<"Content-Type">>,<<"application/json">>},
       {<<"Request-Id">>,<<"fde744f453e42a39">>}],
      <<"{\"from\":\"alicE_send_message_errors_3006@domain.example.com\",\"body\":\"hello\"}">>}
Result: {{<<"404">>,<<"Not Found">>},
         [{<<"server">>,<<"Cowboy">>},
          {<<"date">>,<<"Tue, 09 Apr 2024 11:48:52 GMT">>},
          {<<"content-type">>,<<"text/html">>},
          {<<"content-length">>,<<"16">>}],
         <<"\"Room not found\"">>,140,3193}
Params: #{path =>
              <<"/api/muc-lights/muclight.domain.example.com/badroom/messages">>,
          server => #{node => mongooseim@localhost},
          method => <<"POST">>,
          body =>
              <<"{\"from\":\"alicE_send_message_errors_3006@domain.example.com\",\"body\":\"hello\"}">>,
          role => admin,return_headers => true}


*** User 2024-04-09 11:48:53.892 ***🔗
REST request fails:
Code: 404
Req: {<0.70568.0>,
      <<"/api/muc-lights/domain.example.com/alice_send_message_errors_3006-room/messages">>,
      <<"POST">>,
      [{<<"Content-Type">>,<<"application/json">>},
       {<<"Request-Id">>,<<"2983e6243b9ead01">>}],
      <<"{\"from\":\"alicE_send_message_errors_3006@domain.example.com\",\"body\":\"hello\"}">>}
Result: {{<<"404">>,<<"Not Found">>},
         [{<<"server">>,<<"Cowboy">>},
          {<<"date">>,<<"Tue, 09 Apr 2024 11:48:52 GMT">>},
          {<<"content-type">>,<<"text/html">>},
          {<<"content-length">>,<<"28">>}],
         <<"\"MUC Light server not found\"">>,152,2164}
Params: #{path =>
              <<"/api/muc-lights/domain.example.com/alice_send_message_errors_3006-room/messages">>,
          server => #{node => mongooseim@localhost},
          method => <<"POST">>,
          body =>
              <<"{\"from\":\"alicE_send_message_errors_3006@domain.example.com\",\"body\":\"hello\"}">>,
          role => admin,return_headers => true}

*** CT 2024-04-09 11:48:53.909 *** View log from node mongooseim@localhost when finished🔗 mongooseim@localhost_2489.html



=== Ended at 2024-04-09 11:48:53
=== successfully completed test case
=== === Returned value: {{<<"404">>,<<"Not Found">>},
                     <<"MUC Light server not found">>}