// Copyright 2022 the Pinniped contributors. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 package testutil import ( "fmt" "go.pinniped.dev/internal/here" ) func ExpectedLoginPageHTML(wantCSS, wantIDPName, wantPostPath, wantEncodedState, wantAlert string) string { alertHTML := "" if wantAlert != "" { alertHTML = fmt.Sprintf("\n"+ "