=== Test case: graphql_domain_SUITE:domain_not_found_error_formatting_after_mutation_disable_domain/1 (click for source code)

=== Config value:

    [{protocol,http},
     {schema_endpoint,admin},
     {listener_opts,#{module => mongoose_graphql_handler,
                      path => "/api/graphql",host => "localhost",
                      username => <<"admin">>,password => <<"secret">>,
                      sse_idle_timeout => 3600000,schema_endpoint => admin}},
     {watchdog,<0.16913.0>},
     {{ejabberd_cwd,mongooseim@localhost},
      "/home/circleci/project/_build/mim1/rel/mongooseim"},
     {preset,"mysql_redis"},
     {mim_data_dir,"/home/circleci/project/big_tests/tests/graphql_domain_SUITE_data"},
     {tc_logfile,"/home/circleci/project/big_tests/ct_report/ct_run.test@6b784d97779f.2024-04-25_12.01.40/big_tests.tests.graphql_domain_SUITE.logs/run.2024-04-25_12.04.15/graphql_domain_suite.domain_not_found_error_formatting_after_mutation_disable_domain.html"},
     {tc_group_properties,[{name,domain_http},sequence]},
     {tc_group_path,[]},
     {data_dir,"/home/circleci/project/big_tests/_build/default/lib/mongoose_tests/ebin/graphql_domain_SUITE_data/"},
     {priv_dir,"/home/circleci/project/big_tests/ct_report/ct_run.test@6b784d97779f.2024-04-25_12.01.40/big_tests.tests.graphql_domain_SUITE.logs/run.2024-04-25_12.04.15/log_private/"}]

=== Current directory is "/home/circleci/project/big_tests/ct_report/ct_run.test@6b784d97779f.2024-04-25_12.01.40"

=== Started at 2024-04-25 12:04:15


*** CT 2024-04-25 12:04:15.357 *** View log from node mongooseim@localhost when started🔗 mongooseim@localhost_1388.html

*** User 2024-04-25 12:04:15.360 ***🔗
REST request:
Code: 200
Req: {<0.17011.0>,<<"/api/graphql">>,<<"POST">>,
      [{<<"Content-Type">>,<<"application/json">>},
       {<<"Request-Id">>,<<"3f1c9fb77acf6844">>},
       {<<"authorization">>,<<"Basic YWRtaW46c2VjcmV0">>}],
      <<"{\"variables\":{\"domain\":\"NonExistingDomain\"},\"query\":\"mutation ($domain: DomainName!) { domain { disableDomain(domain: $domain) { domain hostType status } } }\"}">>}
Result: {{<<"200">>,<<"OK">>},
         [{<<"vary">>,<<"accept">>},
          {<<"server">>,<<"Cowboy">>},
          {<<"date">>,<<"Thu, 25 Apr 2024 12:04:15 GMT">>},
          {<<"content-type">>,<<"application/json">>},
          {<<"content-length">>,<<"192">>}],
         <<"{\"errors\":[{\"path\":[\"domain\",\"disableDomain\"],\"message\":\"Given domain does not exist\",\"extensions\":{\"domain\":\"nonexistingdomain\",\"code\":\"not_found\"}}],\"data\":{\"domain\":{\"disableDomain\":null}}}">>,
         331,1592}
Params: #{port => 5551,path => <<"/api/graphql">>,
          server => #{node => mongooseim@localhost},
          return_maps => true,method => <<"POST">>,
          role => {graphql,admin},
          creds => {<<"admin">>,<<"secret">>},
          body =>
              <<"{\"variables\":{\"domain\":\"NonExistingDomain\"},\"query\":\"mutation ($domain: DomainName!) { domain { disableDomain(domain: $domain) { domain hostType status } } }\"}">>,
          return_headers => true}

*** CT 2024-04-25 12:04:15.361 *** View log from node mongooseim@localhost when finished🔗 mongooseim@localhost_1388.html



=== Ended at 2024-04-25 12:04:15
=== successfully completed test case
=== === Returned value: ok


Test run history | Top level test index | Latest test result