Skip to content

Commit

Permalink
Change namespace for redis-cluster-streams e2e test (#1492)
Browse files Browse the repository at this point in the history
Signed-off-by: Deepak <sah.sslpu@gmail.com>
  • Loading branch information
goku321 committed Jan 8, 2021
1 parent 3ff035a commit 0928097
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/scalers/redis-cluster-streams.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ import * as sh from 'shelljs'
import * as tmp from 'tmp'
import * as fs from 'fs'

const redisNamespace = 'redis-cluster'
const redisClusterName = 'redis-cluster'
const redisStatefulSetName = 'redis-cluster'
const redisService = 'redis-cluster'
const testNamespace = 'redis-cluster-streams'
const redisNamespace = 'redis-cluster-streams'
const redisClusterName = 'redis-cluster-streams'
const redisStatefulSetName = 'redis-cluster-streams'
const redisService = 'redis-cluster-streams'
const testNamespace = 'redis-cluster-streams-test'
const redisPassword = 'foobared'
let redisHost = ''
let redisAddress = ''
Expand Down

0 comments on commit 0928097

Please sign in to comment.