Skip to content

Commit

Permalink
test: change project used in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
daern91 committed Nov 21, 2018
1 parent 102aaa4 commit d42af1a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion features/common.feature
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Feature: Show common information for tooling
"inputHint": "SingleLine"
},
"""
When I run `product-type-update --projectKey product-type-json-generator-tests --source product-type-boo-txt-num.json`
When I run `product-type-update --projectKey product-type-json-generator-int-test --source product-type-boo-txt-num.json`
#Then the exit status should be 0
And the output should contain:
"""
Expand Down
2 changes: 1 addition & 1 deletion src/spec/integration/cleanup.spec.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{ProjectCredentialsConfig} = require 'sphere-node-utils'
Helper = require '../helper/helper'

projectKey = process.env.SPHERE_PROJECT_KEY || "product-type-json-generator-tests"
projectKey = process.env.SPHERE_PROJECT_KEY || "product-type-json-generator-int-test"

describe 'Project cleanup', ->
this.timeout 15000
Expand Down
2 changes: 1 addition & 1 deletion src/spec/integration/product-type-importer.spec.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Helper = require '../helper/helper'
errMissingCredentials = 'Missing configuration in env variable named SPHERE_PROJECT_KEY'

argv =
projectKey: process.env.SPHERE_PROJECT_KEY || "product-type-json-generator-tests"
projectKey: process.env.SPHERE_PROJECT_KEY || "product-type-json-generator-int-test"
logSilent: true

testProductType = {
Expand Down

0 comments on commit d42af1a

Please sign in to comment.