=== Test case: service_domain_db_SUITE:rest_cannot_delete_domain_without_correct_type/1 (click for source code)

=== Config value:

    [{watchdog,<0.98674.0>},
     {auth_creds,valid},
     {service,true},
     {service_setup,per_group},
     {{ejabberd_cwd,mongooseim@localhost},
      "/home/circleci/project/_build/mim1/rel/mongooseim"},
     {preset,"pgsql_mnesia"},
     {mim_data_dir,"/home/circleci/project/big_tests/tests/service_domain_db_SUITE_data"},
     {tc_logfile,"/home/circleci/project/big_tests/ct_report/ct_run.test@db96c7cbc273.2024-04-16_10.12.19/big_tests.tests.service_domain_db_SUITE.logs/run.2024-04-16_10.27.40/service_domain_db_suite.rest_cannot_delete_domain_without_correct_type.297986.html"},
     {tc_group_properties,[{name,rest_with_auth_parallel},parallel]},
     {tc_group_path,[[{name,rest_with_auth}],[{name,db}]]},
     {data_dir,"/home/circleci/project/big_tests/_build/default/lib/mongoose_tests/ebin/service_domain_db_SUITE_data/"},
     {priv_dir,"/home/circleci/project/big_tests/ct_report/ct_run.test@db96c7cbc273.2024-04-16_10.12.19/big_tests.tests.service_domain_db_SUITE.logs/run.2024-04-16_10.27.40/log_private/"},
     {{saved_services,mongooseim@localhost},
      #{service_domain_db =>
            #{db_pool => global,event_cleaning_interval => 1800,
              event_max_age => 7200},
        service_mongoose_system_metrics =>
            #{initial_report => 300000,periodic_report => 10800000}}},
     {{saved_services,mongooseim2@localhost},
      #{service_domain_db =>
            #{db_pool => global,event_cleaning_interval => 1800,
              event_max_age => 7200},
        service_mongoose_system_metrics =>
            #{initial_report => 300000,periodic_report => 10800000}}},
     {{saved_services,mongooseim3@localhost},
      #{service_domain_db =>
            #{db_pool => global,event_cleaning_interval => 1800,
              event_max_age => 7200},
        service_mongoose_system_metrics =>
            #{initial_report => 300000,periodic_report => 10800000}}},
     {{saved_modules,mongooseim@localhost,<<"dummy auth">>},
      #{mod_presence => #{}}}]

=== Current directory is "/home/circleci/project/big_tests/ct_report/ct_run.test@db96c7cbc273.2024-04-16_10.12.19"

=== Started at 2024-04-16 10:27:47


*** CT 2024-04-16 10:27:47.737 *** View log from node mongooseim@localhost when started🔗 mongooseim@localhost_2943.html

*** User 2024-04-16 10:27:47.784 ***🔗
REST request:
Code: 204
Req: {<0.98887.0>,<<"/api/domains/200835.example.db">>,<<"PUT">>,
      [{<<"Content-Type">>,<<"application/json">>},
       {<<"Request-Id">>,<<"ee49cc8ddb8fb3a3">>},
       {<<"authorization">>,<<"Basic YWRtaW46c2VjcmV0">>}],
      <<"{\"host_type\":\"type1\"}">>}
Result: {{<<"204">>,<<"No Content">>},
         [{<<"server">>,<<"Cowboy">>},
          {<<"date">>,<<"Tue, 16 Apr 2024 10:27:47 GMT">>}],
         <<>>,80,1936}
Params: #{path => <<"/api/domains/200835.example.db">>,
          server => #{node => mongooseim@localhost},
          creds => {<<"admin">>,<<"secret">>},
          body => <<"{\"host_type\":\"type1\"}">>,method => <<"PUT">>,
          role => admin,return_headers => true}


*** User 2024-04-16 10:27:47.787 ***🔗
REST request fails:
Code: 403
Req: {<0.98892.0>,<<"/api/domains/200835.example.db">>,<<"DELETE">>,
      [{<<"Content-Type">>,<<"application/json">>},
       {<<"Request-Id">>,<<"ac57d2a04b0a2dcf">>},
       {<<"authorization">>,<<"Basic YWRtaW46c2VjcmV0">>}],
      <<"{\"host_type\":\"type2\"}">>}
Result: {{<<"403">>,<<"Forbidden">>},
         [{<<"server">>,<<"Cowboy">>},
          {<<"date">>,<<"Tue, 16 Apr 2024 10:27:47 GMT">>},
          {<<"content-type">>,<<"application/json">>},
          {<<"content-length">>,<<"30">>}],
         <<"\"Wrong host type was provided\"">>,161,1602}
Params: #{path => <<"/api/domains/200835.example.db">>,
          server => #{node => mongooseim@localhost},
          creds => {<<"admin">>,<<"secret">>},
          body => <<"{\"host_type\":\"type2\"}">>,method => <<"DELETE">>,
          role => admin,return_headers => true}

*** CT 2024-04-16 10:27:47.984 *** View log from node mongooseim@localhost when finished🔗 mongooseim@localhost_2943.html



=== Ended at 2024-04-16 10:27:48
=== successfully completed test case
=== === Returned value: {ok,#{status => enabled,host_type => <<"type1">>}}