Use the same case everywhere

This commit is contained in:
Ludovic Fernandez 2019-07-01 11:30:05 +02:00 committed by Traefiker Bot
parent f6436663eb
commit c7d336f958
179 changed files with 5118 additions and 4436 deletions

View file

@ -895,7 +895,6 @@ func TestHandlerHTTP_API(t *testing.T) {
assert.JSONEq(t, string(data), string(contents))
})
}
}
func TestHandler_Configuration(t *testing.T) {

View file

@ -54,7 +54,7 @@
},
"services": {
"foo-service@myprovider": {
"loadbalancer": {
"loadBalancer": {
"servers": [
{
"url": "http://127.0.0.1"
@ -86,7 +86,7 @@
},
"tcpServices": {
"tcpfoo-service@myprovider": {
"loadbalancer": {
"loadBalancer": {
"servers": [
{
"address": "127.0.0.1"

View file

@ -1,5 +1,5 @@
{
"loadbalancer": {
"loadBalancer": {
"passHostHeader": false,
"servers": [
{

View file

@ -1,6 +1,6 @@
[
{
"loadbalancer": {
"loadBalancer": {
"passHostHeader": false,
"servers": [
{

View file

@ -1,6 +1,6 @@
[
{
"loadbalancer": {
"loadBalancer": {
"passHostHeader": false,
"servers": [
{
@ -19,7 +19,7 @@
]
},
{
"loadbalancer": {
"loadBalancer": {
"passHostHeader": false,
"servers": [
{

View file

@ -1,5 +1,5 @@
{
"loadbalancer": {
"loadBalancer": {
"servers": [
{
"address": "127.0.0.1:2345"

View file

@ -1,6 +1,6 @@
[
{
"loadbalancer": {
"loadBalancer": {
"servers": [
{
"address": "127.0.0.2:2345"

View file

@ -1,6 +1,6 @@
[
{
"loadbalancer": {
"loadBalancer": {
"servers": [
{
"address": "127.0.0.1:2345"
@ -15,7 +15,7 @@
]
},
{
"loadbalancer": {
"loadBalancer": {
"servers": [
{
"address": "127.0.0.2:2345"