Skip to content

Commit

Permalink
Revert unnecessary change in customDomain
Browse files Browse the repository at this point in the history
  • Loading branch information
ramya18101 committed Dec 20, 2024
1 parent 134f218 commit 7b280c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion management/prompt_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ func TestPromptManager_UpdateRendering(t *testing.T) {
func TestPromptManager_UpdateRenderingWithStandardMode(t *testing.T) {
configureHTTPTestRecordings(t)

// _ = givenACustomDomain(t)
_ = givenACustomDomain(t)
_ = givenAUniversalLoginTemplate(t)
expected := givenAPromptStandardRendering(t)
expected.RenderingMode = &RenderingModeStandard
Expand Down

0 comments on commit 7b280c0

Please sign in to comment.