Skip to content

Commit

Permalink
Update get_headers.example.robot
Browse files Browse the repository at this point in the history
  • Loading branch information
yuryalencar authored Sep 27, 2020
1 parent 6288f6f commit 47b4f0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/get_headers.example.robot
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Library RequestsLibrary

Resource ../config/constants.robot
Resource ../config/env.robot
Resource ./tokens.robot
Resource ./headers.robot

*** Keywords ***

Expand Down Expand Up @@ -37,4 +37,4 @@ Get Reseller Header
Get Support Header
Run Keyword If ${IS_TEST_IN_HOST_1} Request With Support Token (HOST 1)
Run Keyword If ${IS_TEST_IN_HOST_2} Request With Support Token (HOST 2)
Run Keyword If ${IS_TEST_IN_HOST_3} Request With Support Token (HOST 3)
Run Keyword If ${IS_TEST_IN_HOST_3} Request With Support Token (HOST 3)

0 comments on commit 47b4f0f

Please sign in to comment.