Skip to content

Commit

Permalink
Merge pull request konflux-ci#621 from MartinBasti/rhtap-to-konflux
Browse files Browse the repository at this point in the history
fix(STONEINTG-810): rename to Konflux
  • Loading branch information
MartinBasti committed Mar 14, 2024
2 parents 37d1f50 + d606073 commit 50c4e1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion status/status.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import (
)

// NamePrefix is a common name prefix for this service.
const NamePrefix = "Red Hat Trusted App Test"
const NamePrefix = "Red Hat Konflux"

type StatusInterface interface {
GetReporter(*applicationapiv1alpha1.Snapshot) ReporterInterface
Expand Down
4 changes: 2 additions & 2 deletions status/status_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ var _ = Describe("Status Adapter", func() {
t, err := time.Parse(time.RFC3339, "2023-07-26T16:57:49+02:00")
Expect(err).NotTo(HaveOccurred())
expectedTestReport := status.TestReport{
FullName: "Red Hat Trusted App Test / snapshot-sample / scenario1",
FullName: "Red Hat Konflux / snapshot-sample / scenario1",
ScenarioName: "scenario1",
Text: "Test in progress",
Summary: "Integration test for snapshot snapshot-sample and scenario scenario1 is in progress",
Expand Down Expand Up @@ -383,7 +383,7 @@ var _ = Describe("Status Adapter", func() {
`
expectedTestReport := status.TestReport{
FullName: "Red Hat Trusted App Test / snapshot-sample / scenario1",
FullName: "Red Hat Konflux / snapshot-sample / scenario1",
ScenarioName: "scenario1",
Text: text,
Summary: "Integration test for snapshot snapshot-sample and scenario scenario1 has passed",
Expand Down

0 comments on commit 50c4e1e

Please sign in to comment.