Skip to content

Commit

Permalink
Merge acd3080 into e7ffda6
Browse files Browse the repository at this point in the history
  • Loading branch information
Babanila committed Jul 20, 2018
2 parents e7ffda6 + acd3080 commit 0819e8c
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
Expand Up @@ -42,7 +42,7 @@ Feature: Show common information for tooling
"inputHint": "SingleLine"
},
"""
When I run `product-type-update --projectKey producttype-json-generator-tests --source product-type-boo-txt-num.json`
When I run `product-type-update --projectKey product-type-json-generator-tests --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
Expand Up @@ -2,7 +2,7 @@
{ProjectCredentialsConfig} = require 'sphere-node-utils'
Helper = require '../helper/helper'

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

describe 'Project cleanup', ->
this.timeout 15000
Expand Down
2 changes: 1 addition & 1 deletion src/spec/integration/product-type-importer.spec.coffee
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 || "producttype-json-generator-tests"
projectKey: process.env.SPHERE_PROJECT_KEY || "product-type-json-generator-tests"
logSilent: true

testProductType = {
Expand Down

0 comments on commit 0819e8c

Please sign in to comment.