Skip to content

Commit

Permalink
update for feature test
Browse files Browse the repository at this point in the history
  • Loading branch information
rbi-aap committed Sep 3, 2024
1 parent 3ec72ba commit 80a288a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions features/news_api_auth.feature
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Feature: News API Authorization
"company" : "#companies._id#",
"enabled" : true
}]
"""+
"""
When we save API token
Given "products"
"""
Expand Down Expand Up @@ -118,7 +118,7 @@ Feature: News API Authorization
"product_type": "news_api"
}]
"""
When we set header "X-Forwarded-For" to value "123.123.123.001, 192.192.192.192"
When we set header "X-Forwarded-For" to value "123.123.123.1, 192.192.192.192"
When we get "news/search?q=fish&include_fields=body_html"
Then we get list with 1 items
"""
Expand Down

0 comments on commit 80a288a

Please sign in to comment.