Skip to content

Commit 10700ba

Browse files
committed
Corrigindo o codigo
1 parent 7baf671 commit 10700ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def test_conteudo(self):
1919
result = self.app.get('/')
2020

2121
# verifica o retorno do conteudo da pagina
22-
self.assertRegex(result.data.decode(), "Pipeline não DevOps - Gabriel Klug.")
22+
self.assertRegex(result.data.decode(), "Pipeline DevOps - Gabriel Klug.")
2323

2424

2525
if __name__ == "__main__":

0 commit comments

Comments
 (0)