Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Ed Snible <[email protected]>
  • Loading branch information
esnible committed Jul 5, 2022
1 parent 4f449af commit b899179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/config/tenancy/context_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ func TestMetadataAnnotator(t *testing.T) {
{
name: "missing tenant",
tenancyConfig: NewTenancyConfig(&Options{Enabled: true}),
requestHeaders: map[string][]string{"x-tenant": {""}},
requestHeaders: map[string][]string{},
},
{
name: "tenanted",
Expand Down

0 comments on commit b899179

Please sign in to comment.