From 4e538bfe242bfbe6d3bf24d10604c9855f5a325b Mon Sep 17 00:00:00 2001 From: Angel Rivera <2404388+ariv3ra@users.noreply.github.com> Date: Tue, 11 Sep 2018 19:42:12 -0400 Subject: [PATCH 1/3] break it --- hello_world.py | 2 +- test_hello_world.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hello_world.py b/hello_world.py index 4db6c96..f2543e2 100644 --- a/hello_world.py +++ b/hello_world.py @@ -8,7 +8,7 @@ def wrap_html(message):
- +
{0}
diff --git a/test_hello_world.py b/test_hello_world.py index bcbfee8..fce7297 100644 --- a/test_hello_world.py +++ b/test_hello_world.py @@ -13,7 +13,7 @@ def test_status_code(self): def test_message(self): response = self.app.get('/') - message = hello_world.wrap_html('Hello PyLadies Chicago!') + message = hello_world.wrap_html('Hello DevOps DC Meetup!') self.assertEqual(response.data, message) if __name__ == '__main__': From 2c020e4b19098cc619e641244bb2b30997a3753e Mon Sep 17 00:00:00 2001 From: Angel Rivera <2404388+ariv3ra@users.noreply.github.com> Date: Tue, 11 Sep 2018 19:44:07 -0400 Subject: [PATCH 2/3] fixed it --- hello_world.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello_world.py b/hello_world.py index f2543e2..c7e7999 100644 --- a/hello_world.py +++ b/hello_world.py @@ -19,7 +19,7 @@ def wrap_html(message): @app.route('/') def hello_world(): - message = 'Hello PyLadies Chicago!' + message = 'Hello DevOps DC Meetup!' html = wrap_html(message) return html From 14463e383c7cb76fd236af452976003a83cb6981 Mon Sep 17 00:00:00 2001 From: Angel Rivera <2404388+ariv3ra@users.noreply.github.com> Date: Tue, 11 Sep 2018 23:34:24 -0400 Subject: [PATCH 3/3] fixed devops dc meetup graphic --- hello_world.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello_world.py b/hello_world.py index c7e7999..d2c0049 100644 --- a/hello_world.py +++ b/hello_world.py @@ -8,7 +8,7 @@ def wrap_html(message):
- +
{0}