Skip to content

Commit d7335b8

Browse files
Update Blog “sivayanama-testing-opsramp-apis-with-pytest-fixtures”
1 parent 9366d09 commit d7335b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/blog/sivayanama-testing-opsramp-apis-with-pytest-fixtures.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def get_auth_header(api_endpoint, client_id, client_secret, grant_type="client_c
8989
}
9090
```
9191
## Define fixture to get Access Token
92-
You can transform the above function as a PyTest Fixture by simply decorating the code as shown below.
92+
You can transform the above function as a PyTest fixture by simply decorating the code as shown below.
9393

9494

9595
```python

0 commit comments

Comments
 (0)