Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
deadtrickster committed Mar 9, 2017
1 parent 02c1aeb commit 8c072fd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/ct/prometheus_httpd_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ init_per_suite(Config) ->
{server_name, "my test_server_name"},
{document_root, code:priv_dir(prometheus_httpd)},
{server_root, code:priv_dir(prometheus_httpd)},
{mime_types,[
{"html","text/html"},
{"css","text/css"},
{"js","application/x-javascript"}
]}
{mime_types, [
{"html", "text/html"},
{"css", "text/css"},
{"js", "application/x-javascript"}
]}
]),
Config.

Expand Down

0 comments on commit 8c072fd

Please sign in to comment.