Skip to content

Commit

Permalink
Update tests to reflect unpinned varnish.
Browse files Browse the repository at this point in the history
  • Loading branch information
reynoldsalec committed Nov 15, 2023
1 parent 17477de commit 47d60a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/4.x/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ Verification commands
Run the following commands to validate things are rolling as they should.

```bash
# Should use varnish 4.1 by default
lando ssh -s defaults -c "varnishd -V 2>&1 | grep varnish-4.1.11"
# Should use varnish 4.x by default
lando ssh -s defaults -c "varnishd -V 2>&1 | grep varnish-4"

# Should backend from appserver by default
lando ssh -s defaults -c "curl localhost | grep sophisticated"
Expand Down
4 changes: 2 additions & 2 deletions examples/6.x/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ Verification commands
Run the following commands to validate things are rolling as they should.

```bash
# Should use varnish 6.0.10 by user specification
lando ssh -s defaults -c "varnishd -V 2>&1 | grep varnish-6.0.11"
# Should use varnish 6.x
lando ssh -s defaults -c "varnishd -V 2>&1 | grep varnish-6"

# Should backend from appserver by default
lando ssh -s defaults -c "curl localhost | grep sophisticated"
Expand Down

0 comments on commit 47d60a4

Please sign in to comment.