@@ -73,7 +73,7 @@ def test(self):
7373
7474 # setup
7575 c = Client ("https://connect.example" , "12345" )
76- c .ctx .version = "2024.08.0"
76+ c .ctx .version = None
7777 integration = c .oauth .integrations .get (guid )
7878
7979 # invoke
@@ -94,7 +94,7 @@ def test(self):
9494 )
9595
9696 c = Client ("https://connect.example" , "12345" )
97- c .ctx .version = "2024.08.0"
97+ c .ctx .version = None
9898 integration = c .oauth .integrations .get (guid )
9999 assert integration .guid == guid
100100
@@ -139,7 +139,7 @@ def test(self):
139139
140140 # setup
141141 c = Client ("https://connect.example" , "12345" )
142- c .ctx .version = "2024.08.0"
142+ c .ctx .version = None
143143
144144 # invoke
145145 integration = c .oauth .integrations .create (
@@ -168,7 +168,7 @@ def test(self):
168168
169169 # setup
170170 c = Client ("https://connect.example" , "12345" )
171- c .ctx .version = "2024.08.0"
171+ c .ctx .version = None
172172
173173 # invoke
174174 integrations = c .oauth .integrations .find ()
@@ -193,7 +193,7 @@ def test(self):
193193
194194 # setup
195195 c = Client ("https://connect.example" , "12345" )
196- c .ctx .version = "2024.08.0"
196+ c .ctx .version = None
197197 integration = c .oauth .integrations .get (guid )
198198
199199 assert mock_get .call_count == 1
0 commit comments