Skip to content

Commit b20b969

Browse files
Update run_query_tests.py
Fix way to create field
1 parent 0cac45b commit b20b969

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests_and_examples/run_query_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def create_fields(self, test):
115115

116116
for field in test['fields']:
117117
self._append_timestamp_to_field_name(field)
118-
self.client.create_field(field, test=True)
118+
self.client.create_field(field, test=self.endpoint_test)
119119

120120
if self.verbose:
121121
print ' - {}'.format(field['api-name'])

0 commit comments

Comments
 (0)