We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce9d23c commit 43835a9Copy full SHA for 43835a9
1 file changed
listener/upload_test.go
@@ -462,11 +462,9 @@ func TestHostTemplatePuptoo(t *testing.T) {
462
Reporter: puptooReporter,
463
SystemProfile: inventory.SystemProfile{
464
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"}},
+ Rhsm: inventory.Rhsm{
+ Environments: []string{"99900000000000000000000000000002"},
+ },
470
},
471
}
472
0 commit comments