Skip to content

Commit

Permalink
Fix: Polarion lookup method param name is wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
nellyc committed May 1, 2018
1 parent 13fc857 commit a28f176
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 a28f176

Please sign in to comment.