Skip to content

Commit c6e162d

Browse files
committed
Fix README for both local and Docker test runs
1 parent 11f12f3 commit c6e162d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
```

demo/test/system/bootstrap_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)