Skip to content

Commit

Permalink
chore: change back to ubuntu 22 and change bad token
Browse files Browse the repository at this point in the history
  • Loading branch information
pratik151192 committed Aug 29, 2023
1 parent c60c0dd commit 6191f4a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 70 deletions.
67 changes: 0 additions & 67 deletions .github/workflows/on-pull-request-mvi.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
test:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
run: poetry run isort . --check --diff

- name: Run tests
run: poetry run pytest -p no:sugar -q --ignore=tests/momento/vector_index_client
run: poetry run pytest -p no:sugar -q

test-examples:
runs-on: ubuntu-20.04
Expand Down
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
TEST_VECTOR_DIMS = 2

DEFAULT_TTL_SECONDS: timedelta = timedelta(seconds=60)
BAD_AUTH_TOKEN: str = "eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJpbnRlZ3JhdGlvbiIsImNwIjoiY29udHJvbC5jZWxsLWFscGhhLWRldi5wcmVwcm9kLmEubW9tZW50b2hxLmNvbSIsImMiOiJjYWNoZS5jZWxsLWFscGhhLWRldi5wcmVwcm9kLmEubW9tZW50b2hxLmNvbSJ9.gdghdjjfjyehhdkkkskskmmls76573jnajhjjjhjdhnndy" # noqa: E501
BAD_AUTH_TOKEN: str = "eyJlbmRwb2ludCI6ImNlbGwtNC11cy13ZXN0LTItMS5wcm9kLmEubW9tZW50b2hxLmNvbSIsImFwaV9rZXkiOiJleUpoYkdjaU9pSklVekkxTmlKOS5leUp6ZFdJaU9pSndjbUYwYVd0QWJXOXRaVzUwYjJoeExtTnZiU0lzSW5abGNpSTZNU3dpY0NJNklrTkJRVDBpTENKbGVIQWlPakUyT1RNeE56TTRPRFI5Lkhla3lHcXp2RzRybktvcVlaMzk5UV9yTmo3X29XR0wyMmtvN19GbzFPODgifQ=="


#############################################
Expand Down

0 comments on commit 6191f4a

Please sign in to comment.