File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1064,7 +1064,7 @@ will be rendered as:
10641064 </div>
10651065 </div>
10661066 </trix-toolbar>
1067- <trix-editor aria-label="Life story" class="trix-content form-control" contenteditable="" data-blob-url-template="http://shell:3001 /rails/active_storage/blobs/redirect/:signed_id/:filename" data-direct-upload-url="http://shell:3001 /rails/active_storage/direct_uploads" id="user_life_story" input="user_life_story_trix_input_user" role="textbox" toolbar="trix-toolbar-1" trix-id="1">
1067+ <trix-editor aria-label="Life story" class="trix-content form-control" contenteditable="" data-blob-url-template="http://test.host /rails/active_storage/blobs/redirect/:signed_id/:filename" data-direct-upload-url="http://test.host /rails/active_storage/direct_uploads" id="user_life_story" input="user_life_story_trix_input_user" role="textbox" toolbar="trix-toolbar-1" trix-id="1">
10681068 </trix-editor>
10691069</div>
10701070` ` `
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ class BootstrapTest < ApplicationSystemTestCase
7474 #{ html }
7575 MD
7676 end
77- augmented_readme . gsub! ( /127.0.0.1:\d +/ , "test.host" )
77+ augmented_readme . gsub! ( /( 127.0.0.1:\d +|shell:3001) / , "test.host" )
7878 File . write ( File . expand_path ( "../../../README.md" , __dir__ ) , augmented_readme )
7979 end
8080
You can’t perform that action at this time.
0 commit comments