Skip to content

Commit a548271

Browse files
committed
could it have been an xref
1 parent b08a847 commit a548271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapter_09_docker.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,6 @@ and where testing fits in.
309309
=== As Always, Start with a Test
310310

311311
((("environment variables")))
312-
((("staging sites", "adapting functional tests for", id="SSadapt09")))
313312
Let's adapt our functional tests slightly
314313
so that it can be run against a standalone server,
315314
instead of the one that `LiveServerTestCase` creates for us.
@@ -976,6 +975,7 @@ root@5ed84681fdf8:/src# pass:quotes[*curl -iv http://localhost:8888*]
976975
< HTTP/1.1 200 OK
977976
HTTP/1.1 200 OK
978977
[...]
978+
<!doctype html>
979979
<html lang="en">
980980
981981
<head>

0 commit comments

Comments
 (0)