|
|
@@ -156,8 +156,6 @@ func TestTactics(t *testing.T) {
|
|
|
|
|
|
expectedApplyCount := 3
|
|
|
|
|
|
- compressTacticsEnabled := true
|
|
|
-
|
|
|
tacticsConfig := fmt.Sprintf(
|
|
|
tacticsConfigTemplate,
|
|
|
encodedRequestPublicKey,
|
|
|
@@ -383,7 +381,6 @@ func TestTactics(t *testing.T) {
|
|
|
params,
|
|
|
storer,
|
|
|
getNetworkID,
|
|
|
- compressTacticsEnabled,
|
|
|
apiParams,
|
|
|
endPointProtocol,
|
|
|
endPointRegion,
|
|
|
@@ -460,7 +457,6 @@ func TestTactics(t *testing.T) {
|
|
|
params,
|
|
|
storer,
|
|
|
getNetworkID,
|
|
|
- compressTacticsEnabled,
|
|
|
apiParams,
|
|
|
endPointProtocol,
|
|
|
endPointRegion,
|
|
|
@@ -543,7 +539,6 @@ func TestTactics(t *testing.T) {
|
|
|
params,
|
|
|
storer,
|
|
|
getNetworkID,
|
|
|
- compressTacticsEnabled,
|
|
|
apiParams,
|
|
|
endPointProtocol,
|
|
|
endPointRegion,
|
|
|
@@ -677,7 +672,6 @@ func TestTactics(t *testing.T) {
|
|
|
params,
|
|
|
storer,
|
|
|
getNetworkID,
|
|
|
- compressTacticsEnabled,
|
|
|
apiParams2,
|
|
|
endPointProtocol,
|
|
|
endPointRegion,
|
|
|
@@ -748,7 +742,6 @@ func TestTactics(t *testing.T) {
|
|
|
params,
|
|
|
storer,
|
|
|
getNetworkID,
|
|
|
- compressTacticsEnabled,
|
|
|
apiParams,
|
|
|
endPointProtocol,
|
|
|
endPointRegion,
|
|
|
@@ -764,7 +757,6 @@ func TestTactics(t *testing.T) {
|
|
|
params,
|
|
|
storer,
|
|
|
getNetworkID,
|
|
|
- compressTacticsEnabled,
|
|
|
apiParams,
|
|
|
endPointProtocol,
|
|
|
endPointRegion,
|