Skip to content

Commit 851f71b

Browse files
moacirmodarenzon
authored andcommitted
adding video3 and fixing stylin
1 parent ce8a391 commit 851f71b

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

pythonpro/launch/tests/test_launch_status.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,6 @@ def test_should_not_redirect_to_landing_page_when_param_debug_was_setted(client,
9595
assert response.status_code == 200
9696

9797

98-
99-
10098
@pytest.fixture
10199
def status_cpl1(mocker):
102100
return mocker.patch('pythonpro.launch.views._get_launch_status', return_value=1)

pythonpro/launch/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def cpl2(request):
7171
def cpl3(request):
7272
user = request.user
7373
visit_function = user_facade.visit_cpl3
74-
video_id = ''
74+
video_id = 'v8boGknyB1E'
7575
description = 'Terceira Aula da Semana do Programador Profissional'
7676
return _render_cpl(description, request, 'Terceira Aula', user, video_id, visit_function)
7777

0 commit comments

Comments
 (0)