Skip to content

Commit

Permalink
Update internal/mode/static/state/graph/nginxproxy_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: bjee19 <[email protected]>
  • Loading branch information
kate-osborn and bjee19 authored Jan 28, 2025
1 parent b916e8c commit b0d18b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/mode/static/state/graph/nginxproxy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ func TestBuildEffectiveNginxProxy(t *testing.T) {
exp: getExpSpec(),
},
{
name: "nil gateway class nginx proxy source",
name: "nil gateway nginx proxy source",
gcNp: &NginxProxy{Valid: true, Source: getNginxProxy()},
gwNp: &NginxProxy{Valid: true, Source: nil},
exp: getExpSpec(),
Expand Down

0 comments on commit b0d18b5

Please sign in to comment.