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

=== Config value:

    [{watchdog,<0.30546.1>},
     {auth_creds,valid},
     {service,true},
     {mim_conf1,#{core_opts =>
                      [[{<<"localhost">>,<<"localhost">>},
                        {<<"anonymous.localhost">>,<<"anonymous.localhost">>},
                        {<<"localhost.bis">>,<<"localhost.bis">>}],
                       [<<"test type">>,<<"dummy auth">>,<<"anonymous">>]],
                  loaded => true,service_opts => []}},
     {mim_conf2,#{core_opts =>
                      [[{<<"localhost">>,<<"localhost">>},
                        {<<"anonymous.localhost">>,<<"anonymous.localhost">>},
                        {<<"localhost.bis">>,<<"localhost.bis">>}],
                       [<<"test type">>,<<"dummy auth">>]],
                  loaded => true,service_opts => []}},
     {mim_conf3,#{core_opts =>
                      [[{<<"localhost">>,<<"localhost">>},
                        {<<"anonymous.localhost">>,<<"anonymous.localhost">>},
                        {<<"localhost.bis">>,<<"localhost.bis">>}],
                       []],
                  loaded => true,service_opts => []}},
     {service_setup,per_group},
     {{ejabberd_cwd,mongooseim@localhost},
      "/home/circleci/project/_build/mim1/rel/mongooseim"},
     {mim_data_dir,"/home/circleci/project/big_tests/tests/service_domain_db_SUITE_data"},
     {preset,"odbc_mssql_mnesia"},
     {tc_logfile,"/home/circleci/project/big_tests/ct_report/ct_run.test@998557c7e1d1.2022-01-27_12.27.57/big_tests.tests.service_domain_db_SUITE.logs/run.2022-01-27_12.37.15/service_domain_db_suite.rest_cannot_disable_domain_without_auth.113411.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@998557c7e1d1.2022-01-27_12.27.57/big_tests.tests.service_domain_db_SUITE.logs/run.2022-01-27_12.37.15/log_private/"},
     {{saved_modules,mongooseim@localhost,<<"dummy auth">>},#{}}]

=== Current directory is "/home/circleci/project/big_tests/ct_report/ct_run.test@998557c7e1d1.2022-01-27_12.27.57"

=== Started at 2022-01-27 12:37:30


*** CT 2022-01-27 12:37:30.428 *** View log from node mongooseim@localhost when started mongooseim@localhost_2886.html
*** CT 2022-01-27 12:37:30.428 *** View log from node ejabberd2@localhost when started ejabberd2@localhost_672.html

*** User 2022-01-27 12:37:30.443 ***
REST request fails:
Code: 403
Req: {<0.30651.1>,<<"/api/domains/example.db">>,<<"PATCH">>,
      [{<<"Content-Type">>,<<"application/json">>},
       {<<"Request-Id">>,<<"50f661489b74f858">>}],
      <<"{\"enabled\":false}">>}
Result: {{<<"403">>,<<"Forbidden">>},
         [{<<"server">>,<<"Cowboy">>},
          {<<"date">>,<<"Thu, 27 Jan 2022 12:37:30 GMT">>},
          {<<"content-type">>,<<"application/json">>},
          {<<"content-length">>,<<"33">>}],
         <<"{\"what\":\"basic auth is required\"}">>,164,507}
Params: #{body => <<"{\"enabled\":false}">>,creds => false,
          method => <<"PATCH">>,path => <<"/api/domains/example.db">>,
          port => 8866,return_headers => true,role => admin,
          server => #{node => mongooseim@localhost}}

*** CT 2022-01-27 12:37:30.470 *** View log from node ejabberd2@localhost when finished ejabberd2@localhost_672.html
*** CT 2022-01-27 12:37:30.471 *** View log from node mongooseim@localhost when finished mongooseim@localhost_2886.html



=== Ended at 2022-01-27 12:37:30
=== successfully completed test case
=== === Returned value: {{<<"403">>,<<"Forbidden">>},
                     {[{<<"what">>,<<"basic auth is required">>}]}}