MCPcopy Index your code
hub / github.com/OpenTSDB/opentsdb / getAPIMethodOverridePost

Method getAPIMethodOverridePost

test/tsd/TestHttpQuery.java:556–560  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

554 }
555
556 @Test
557 public void getAPIMethodOverridePost() {
558 assertEquals(HttpMethod.POST,
559 NettyMocks.getQuery(tsdb, "/?method_override=post").getAPIMethod());
560 }
561
562 @Test
563 public void getAPIMethodOverridePut() {

Callers

nothing calls this directly

Calls 2

getQueryMethod · 0.95
getAPIMethodMethod · 0.80

Tested by

no test coverage detected