Skip to content

Commit

Permalink
Merge pull request #6 from nellyc/fix_polarion_lookup_param
Browse files Browse the repository at this point in the history
Fix: Polarion lookup method param name is wrong
  • Loading branch information
Artyom Lukianov authored May 1, 2018
2 parents 13fc857 + a28f176 commit 80f4b01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/ginkgo-reporters/polarion_reporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ func (reporter *PolarionReporter) SpecSuiteWillBegin(config config.GinkgoConfigT
Value: reporter.ProjectId,
},
{
Name: "polarion-testcase-lookup-method",
Name: "polarion-lookup-method",
Value: "name",
},
{
Expand Down
2 changes: 1 addition & 1 deletion pkg/ginkgo-reporters/polarion_reporter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ var _ = Describe("ginkgo_reporters", func() {
Value: "QE",
},
{
Name: "polarion-testcase-lookup-method",
Name: "polarion-lookup-method",
Value: "name",
},
{
Expand Down

0 comments on commit 80f4b01

Please sign in to comment.