Skip to content

Commit 43835a9

Browse files
committed
RHINENG-18242: update test for templates & puptoo reporter
1 parent ce9d23c commit 43835a9

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

listener/upload_test.go

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -462,11 +462,9 @@ func TestHostTemplatePuptoo(t *testing.T) {
462462
Reporter: puptooReporter,
463463
SystemProfile: inventory.SystemProfile{
464464
ConsumerID: "00000000-0000-0000-0000-000000000002",
465-
YumRepos: &[]inventory.YumRepo{{
466-
ID: "base",
467-
Enabled: true,
468-
BaseURL: "https://cert.console.example.com/api/pulp-content/abcdef/templates/" +
469-
"12345678-90ab-cdef-1234-567890abcdef/content/dist/rhel9/$releasever/x86_64/baseos/os"}},
465+
Rhsm: inventory.Rhsm{
466+
Environments: []string{"99900000000000000000000000000002"},
467+
},
470468
},
471469
}
472470

0 commit comments

Comments
 (0)