diff --git a/snok_test.go b/snok_test.go index 24ca0465356b2af81349a1d0e87e115e65e53225..273b8251ba242fc789eb5f8a024f893f2399605d 100644 --- a/snok_test.go +++ b/snok_test.go @@ -92,7 +92,7 @@ var envCmd = &cobra.Command{ { "name": "Check Container URL", "args": ["MOCKSERVER_URL"], - "output": "/^http:\\/\\/localhost:\\d+$/" + "output": "/^http:\\/\\/\\S+:\\d+$/" } ]`, },