Help mocking consul value

Although I use Consul in my application in not to experienced with it. What I need to do within my acceptance test is to mock a value that my consul is returning. I’m unsure how to do this, do I tackle this by intercepting the http request or do I supply some testing configuration, or some other way?

Note; I’m not unit testing